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