public static class TARefreshTestCase.TAItem extends ActivatableImpl
| Modifier and Type | Field and Description |
|---|---|
boolean |
_isRoot |
TARefreshTestCase.TAItem |
_next |
int |
_value |
| Constructor and Description |
|---|
TARefreshTestCase.TAItem() |
| Modifier and Type | Method and Description |
|---|---|
static TARefreshTestCase.TAItem |
newGraph(int depth) |
TARefreshTestCase.TAItem |
next() |
int |
passThroughValue() |
int |
value() |
void |
value(int value) |
activate, bind, clonepublic int _value
public TARefreshTestCase.TAItem _next
public boolean _isRoot
public static TARefreshTestCase.TAItem newGraph(int depth)
public int passThroughValue()
public int value()
public void value(int value)
public TARefreshTestCase.TAItem next()