public static enum EmbeddedScripts.ParamType extends java.lang.Enum<EmbeddedScripts.ParamType>
Enum Constant and Description |
---|
Axis |
CastingSource |
CrimeType |
Float |
FormID |
Gender |
Int |
NULL |
String |
WardState |
Modifier and Type | Method and Description |
---|---|
static EmbeddedScripts.ParamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedScripts.ParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedScripts.ParamType FormID
public static final EmbeddedScripts.ParamType Int
public static final EmbeddedScripts.ParamType String
public static final EmbeddedScripts.ParamType Axis
public static final EmbeddedScripts.ParamType Gender
public static final EmbeddedScripts.ParamType CrimeType
public static final EmbeddedScripts.ParamType CastingSource
public static final EmbeddedScripts.ParamType WardState
public static final EmbeddedScripts.ParamType Float
public static final EmbeddedScripts.ParamType NULL
public static EmbeddedScripts.ParamType[] values()
for (EmbeddedScripts.ParamType c : EmbeddedScripts.ParamType.values()) System.out.println(c);
public static EmbeddedScripts.ParamType 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