static enum ComplexHighSkill.ComplexHighSkillState extends Enum<ComplexHighSkill.ComplexHighSkillState>
Modifier and Type | Method and Description |
---|---|
static ComplexHighSkill.ComplexHighSkillState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexHighSkill.ComplexHighSkillState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComplexHighSkill.ComplexHighSkillState INIT
public static final ComplexHighSkill.ComplexHighSkillState EXEC
public static final ComplexHighSkill.ComplexHighSkillState END
public static ComplexHighSkill.ComplexHighSkillState[] values()
for (ComplexHighSkill.ComplexHighSkillState c : ComplexHighSkill.ComplexHighSkillState.values()) System.out.println(c);
public static ComplexHighSkill.ComplexHighSkillState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null