Package | Description |
---|---|
com.unitesk.requality.core.nodeiterators |
Modifier and Type | Method and Description |
---|---|
RequalityIteratorType |
RequalityIterator.getType() |
static RequalityIteratorType |
RequalityIteratorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequalityIteratorType[] |
RequalityIteratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RequalityChildIterator |
RequalityChildIterator.getOne(java.util.UUID guid,
TreeNode it,
RequalityIteratorType nit,
java.lang.String s) |
static RequalityIterator |
RequalityIterator.getOne(java.util.UUID guid,
java.util.UUID it,
RequalityIteratorType nit) |
static RequalityIterator |
RequalityIterator.getOne(java.util.UUID guid,
java.util.UUID it,
RequalityIteratorType nit,
java.lang.String s) |
Constructor and Description |
---|
RequalityChildIterator(java.util.UUID master,
java.util.UUID guid,
RequalityIteratorType tp,
java.lang.String s) |
RequalityIterator(java.util.UUID uid,
RequalityIteratorType tp) |