java.io.Serializable
, java.lang.Comparable<FactionManager.FAbilityMaskType>
public static enum FactionManager.FAbilityMaskType extends java.lang.Enum<FactionManager.FAbilityMaskType>
Modifier and Type | Method | Description |
---|---|---|
static FactionManager.FAbilityMaskType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FactionManager.FAbilityMaskType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactionManager.FAbilityMaskType ID
public static final FactionManager.FAbilityMaskType ACODE
public static final FactionManager.FAbilityMaskType DOMAIN
public static final FactionManager.FAbilityMaskType FLAG
public static FactionManager.FAbilityMaskType[] values()
for (FactionManager.FAbilityMaskType c : FactionManager.FAbilityMaskType.values()) System.out.println(c);
public static FactionManager.FAbilityMaskType 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