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