java.io.Serializable
, java.lang.Comparable<AbilityParameters.ParmType>
public static enum AbilityParameters.ParmType extends java.lang.Enum<AbilityParameters.ParmType>
Enum Constant | Description |
---|---|
CHOICES |
|
MULTICHOICES |
|
NUMBER |
|
NUMBER_PAIR |
|
NUMBERORNULL |
|
ONEWORD |
|
SPECIAL |
|
STRING |
|
STRINGORNULL |
Modifier and Type | Method | Description |
---|---|---|
static AbilityParameters.ParmType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbilityParameters.ParmType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbilityParameters.ParmType CHOICES
public static final AbilityParameters.ParmType STRING
public static final AbilityParameters.ParmType NUMBER
public static final AbilityParameters.ParmType STRINGORNULL
public static final AbilityParameters.ParmType ONEWORD
public static final AbilityParameters.ParmType MULTICHOICES
public static final AbilityParameters.ParmType SPECIAL
public static final AbilityParameters.ParmType NUMBER_PAIR
public static final AbilityParameters.ParmType NUMBERORNULL
public static AbilityParameters.ParmType[] values()
for (AbilityParameters.ParmType c : AbilityParameters.ParmType.values()) System.out.println(c);
public static AbilityParameters.ParmType 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