protected static enum SliceIterator.STATE extends java.lang.Enum<SliceIterator.STATE>
Modifier and Type | Method and Description |
---|---|
static SliceIterator.STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SliceIterator.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SliceIterator.STATE INITIAL
public static final SliceIterator.STATE STARTED
public static final SliceIterator.STATE DONE
public static SliceIterator.STATE[] values()
for (SliceIterator.STATE c : SliceIterator.STATE.values()) System.out.println(c);
public static SliceIterator.STATE 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