Enum Constant and Description |
---|
ZS_EU
Economic Units
|
ZS_Friends
Friends, use this in combination with GameMode.ZS_PersistentStats.
|
ZS_GP
God Powers
|
ZS_MU
Military Units
|
ZS_MyU
Myth Units
|
Modifier and Type | Method and Description |
---|---|
static DataGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataGroup ZS_GP
public static final DataGroup ZS_MU
public static final DataGroup ZS_EU
public static final DataGroup ZS_MyU
public static final DataGroup ZS_Friends
public static DataGroup[] values()
for (DataGroup c : DataGroup.values()) System.out.println(c);
public static DataGroup 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