public static enum SPEL.SPELType extends java.lang.Enum<SPEL.SPELType>
Enum Constant and Description |
---|
Ability |
Addition |
Disease |
LesserPower |
Power |
Spell |
UNKNOWN |
Voice |
Modifier and Type | Method and Description |
---|---|
static SPEL.SPELType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPEL.SPELType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPEL.SPELType Spell
public static final SPEL.SPELType Disease
public static final SPEL.SPELType Power
public static final SPEL.SPELType LesserPower
public static final SPEL.SPELType Ability
public static final SPEL.SPELType Addition
public static final SPEL.SPELType Voice
public static final SPEL.SPELType UNKNOWN
public static SPEL.SPELType[] values()
for (SPEL.SPELType c : SPEL.SPELType.values()) System.out.println(c);
public static SPEL.SPELType 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