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