public static enum IteratorTracePointStateEngine.STATES extends Enum<IteratorTracePointStateEngine.STATES>
Enum Constant and Description |
---|
ACCUMULATING_VISIBLE |
BEFORE_FIRST_VISIBLE |
END |
INVISIBLE_OR_DISCONTINUATION |
INVISIBLE_OR_DISCONTINUATION_CONTINUED |
START |
Modifier and Type | Method and Description |
---|---|
static IteratorTracePointStateEngine.STATES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IteratorTracePointStateEngine.STATES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IteratorTracePointStateEngine.STATES START
public static final IteratorTracePointStateEngine.STATES BEFORE_FIRST_VISIBLE
public static final IteratorTracePointStateEngine.STATES ACCUMULATING_VISIBLE
public static final IteratorTracePointStateEngine.STATES INVISIBLE_OR_DISCONTINUATION
public static final IteratorTracePointStateEngine.STATES INVISIBLE_OR_DISCONTINUATION_CONTINUED
public static final IteratorTracePointStateEngine.STATES END
public static IteratorTracePointStateEngine.STATES[] values()
for (IteratorTracePointStateEngine.STATES c : IteratorTracePointStateEngine.STATES.values()) System.out.println(c);
public static IteratorTracePointStateEngine.STATES valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.