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