| Enum Constant and Description |
|---|
CURRENT |
DEPRECATED |
OBSOLETE |
| Modifier and Type | Method and Description |
|---|---|
static StatusV2 |
find(java.lang.String keyword,
boolean mandatory) |
StatusAll |
getStatusAll() |
java.lang.String |
toString() |
static StatusV2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatusV2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusV2 CURRENT
public static final StatusV2 DEPRECATED
public static final StatusV2 OBSOLETE
public static StatusV2[] values()
for (StatusV2 c : StatusV2.values()) System.out.println(c);
public static StatusV2 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 nullpublic StatusAll getStatusAll()
public java.lang.String toString()
toString in class java.lang.Enum<StatusV2>public static StatusV2 find(java.lang.String keyword, boolean mandatory)