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