public static class NonTARefreshTestCase.TAItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
_isRoot |
NonTARefreshTestCase.TAItem |
_next |
int |
_value |
| Constructor and Description |
|---|
NonTARefreshTestCase.TAItem() |
| Modifier and Type | Method and Description |
|---|---|
static NonTARefreshTestCase.TAItem |
newTAItem(int depth) |
NonTARefreshTestCase.TAItem |
next() |
int |
value() |
void |
value(int value) |
public int _value
public NonTARefreshTestCase.TAItem _next
public boolean _isRoot
public static NonTARefreshTestCase.TAItem newTAItem(int depth)
public int value()
public void value(int value)
public NonTARefreshTestCase.TAItem next()