static enum ListIndexedIterating.LoopState extends java.lang.Enum<ListIndexedIterating.LoopState>
| Enum Constant and Description |
|---|
LOOP_IN_BODY |
LOOP_IN_BODY_WITH_GET |
LOOP_INDEX_LOADED_FOR_TEST |
LOOP_NOT_STARTED |
| Modifier and Type | Method and Description |
|---|---|
static ListIndexedIterating.LoopState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListIndexedIterating.LoopState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListIndexedIterating.LoopState LOOP_NOT_STARTED
public static final ListIndexedIterating.LoopState LOOP_INDEX_LOADED_FOR_TEST
public static final ListIndexedIterating.LoopState LOOP_IN_BODY
public static final ListIndexedIterating.LoopState LOOP_IN_BODY_WITH_GET
public static ListIndexedIterating.LoopState[] values()
for (ListIndexedIterating.LoopState c : ListIndexedIterating.LoopState.values()) System.out.println(c);
public static ListIndexedIterating.LoopState 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.