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