public static enum Condition.P_WardState extends java.lang.Enum<Condition.P_WardState>
Enum Constant and Description |
---|
IsWardState |
Modifier and Type | Method and Description |
---|---|
static EmbeddedScripts.ParamType |
getType(EmbeddedScripts.Param p) |
static Condition.P_WardState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Condition.P_WardState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.P_WardState IsWardState
public static Condition.P_WardState[] values()
for (Condition.P_WardState c : Condition.P_WardState.values()) System.out.println(c);
public static Condition.P_WardState 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 static EmbeddedScripts.ParamType getType(EmbeddedScripts.Param p)
p
-