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