com.unitesk.requality.core.nodeiterators
public static enum RequalityChildIterator.RequalityChildIteratorType extends java.lang.Enum<RequalityChildIterator.RequalityChildIteratorType>
Enum Constant and Description |
---|
BASEREQ |
REUSE_CARTESIAN |
Modifier and Type | Method and Description |
---|---|
static RequalityChildIterator.RequalityChildIteratorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequalityChildIterator.RequalityChildIteratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequalityChildIterator.RequalityChildIteratorType REUSE_CARTESIAN
public static final RequalityChildIterator.RequalityChildIteratorType BASEREQ
public static RequalityChildIterator.RequalityChildIteratorType[] values()
for (RequalityChildIterator.RequalityChildIteratorType c : RequalityChildIterator.RequalityChildIteratorType.values()) System.out.println(c);
public static RequalityChildIterator.RequalityChildIteratorType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null