public static enum UpdatePVPStatusMessage.factionCRC extends java.lang.Enum<UpdatePVPStatusMessage.factionCRC>
Modifier and Type | Field and Description |
---|---|
static int |
Imperial |
static int |
Neutral |
static int |
Rebel |
Modifier and Type | Method and Description |
---|---|
static UpdatePVPStatusMessage.factionCRC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdatePVPStatusMessage.factionCRC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final int Neutral
public static final int Imperial
public static final int Rebel
public static UpdatePVPStatusMessage.factionCRC[] values()
for (UpdatePVPStatusMessage.factionCRC c : UpdatePVPStatusMessage.factionCRC.values()) System.out.println(c);
public static UpdatePVPStatusMessage.factionCRC 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