java.io.Serializable
, java.lang.Comparable<Prop_EnterAdjuster.EAMisc>
protected static enum Prop_EnterAdjuster.EAMisc extends java.lang.Enum<Prop_EnterAdjuster.EAMisc>
Enum Constant | Description |
---|---|
BASESTATE |
|
CCLASS |
|
CHARSTATE |
|
CHARSTATS |
|
CLEVEL |
|
CRACE |
|
EXPE |
|
GENDER |
|
MONEY |
|
PHYSSTATS |
|
PRACS |
|
QP |
|
TRAINS |
Modifier and Type | Method | Description |
---|---|---|
static Prop_EnterAdjuster.EAMisc |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Prop_EnterAdjuster.EAMisc[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Prop_EnterAdjuster.EAMisc PHYSSTATS
public static final Prop_EnterAdjuster.EAMisc CHARSTATS
public static final Prop_EnterAdjuster.EAMisc CHARSTATE
public static final Prop_EnterAdjuster.EAMisc BASESTATE
public static final Prop_EnterAdjuster.EAMisc GENDER
public static final Prop_EnterAdjuster.EAMisc CCLASS
public static final Prop_EnterAdjuster.EAMisc CRACE
public static final Prop_EnterAdjuster.EAMisc PRACS
public static final Prop_EnterAdjuster.EAMisc TRAINS
public static final Prop_EnterAdjuster.EAMisc QP
public static final Prop_EnterAdjuster.EAMisc MONEY
public static final Prop_EnterAdjuster.EAMisc EXPE
public static final Prop_EnterAdjuster.EAMisc CLEVEL
public static Prop_EnterAdjuster.EAMisc[] values()
for (Prop_EnterAdjuster.EAMisc c : Prop_EnterAdjuster.EAMisc.values()) System.out.println(c);
public static Prop_EnterAdjuster.EAMisc 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