java.io.Serializable
, java.lang.Comparable<Skill_UnearthDemography.DemogField>
protected static enum Skill_UnearthDemography.DemogField extends java.lang.Enum<Skill_UnearthDemography.DemogField>
Enum Constant | Description |
---|---|
ALIGNMENT |
|
AVG_LEVEL |
|
BEHAVIOR |
|
COUNT |
|
INCLINATION |
|
MAX_LEVEL |
|
MIN_LEVEL |
|
PCT_COUNT |
Modifier and Type | Method | Description |
---|---|---|
static Skill_UnearthDemography.DemogField |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Skill_UnearthDemography.DemogField[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Skill_UnearthDemography.DemogField COUNT
public static final Skill_UnearthDemography.DemogField ALIGNMENT
public static final Skill_UnearthDemography.DemogField INCLINATION
public static final Skill_UnearthDemography.DemogField AVG_LEVEL
public static final Skill_UnearthDemography.DemogField MIN_LEVEL
public static final Skill_UnearthDemography.DemogField MAX_LEVEL
public static final Skill_UnearthDemography.DemogField BEHAVIOR
public static final Skill_UnearthDemography.DemogField PCT_COUNT
public static Skill_UnearthDemography.DemogField[] values()
for (Skill_UnearthDemography.DemogField c : Skill_UnearthDemography.DemogField.values()) System.out.println(c);
public static Skill_UnearthDemography.DemogField 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