public static enum LazyEntry.ValueState extends java.lang.Enum<LazyEntry.ValueState>
| Enum Constant and Description |
|---|
notProducedYet |
produced |
producing |
producingFailed |
| Modifier and Type | Method and Description |
|---|---|
static LazyEntry.ValueState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LazyEntry.ValueState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LazyEntry.ValueState notProducedYet
public static final LazyEntry.ValueState producing
public static final LazyEntry.ValueState produced
public static final LazyEntry.ValueState producingFailed
public static LazyEntry.ValueState[] values()
for (LazyEntry.ValueState c : LazyEntry.ValueState.values()) System.out.println(c);
public static LazyEntry.ValueState 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 © 2013 echocat. All Rights Reserved.