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