public enum ShieldInformationBarrierTypeField extends Enum<ShieldInformationBarrierTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldInformationBarrierTypeField.ShieldInformationBarrierTypeFieldDeserializer |
static class |
ShieldInformationBarrierTypeField.ShieldInformationBarrierTypeFieldSerializer |
| Enum Constant and Description |
|---|
SHIELD_INFORMATION_BARRIER |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ShieldInformationBarrierTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShieldInformationBarrierTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShieldInformationBarrierTypeField SHIELD_INFORMATION_BARRIER
public static ShieldInformationBarrierTypeField[] values()
for (ShieldInformationBarrierTypeField c : ShieldInformationBarrierTypeField.values()) System.out.println(c);
public static ShieldInformationBarrierTypeField 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