public static enum ShieldAPI.ShieldType extends java.lang.Enum<ShieldAPI.ShieldType>
Modifier and Type | Method and Description |
---|---|
static ShieldAPI.ShieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShieldAPI.ShieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShieldAPI.ShieldType NONE
public static final ShieldAPI.ShieldType FRONT
public static final ShieldAPI.ShieldType OMNI
public static final ShieldAPI.ShieldType PHASE
public static ShieldAPI.ShieldType[] values()
for (ShieldAPI.ShieldType c : ShieldAPI.ShieldType.values()) System.out.println(c);
public static ShieldAPI.ShieldType 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 nullCopyright © 2013 Fractal Softworks, LLC. All Rights Reserved.