public static enum DocumentUpload.Kind extends Enum<DocumentUpload.Kind>
| Enum Constant and Description |
|---|
EVIDENCE_DOCUMENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DocumentUpload.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentUpload.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentUpload.Kind EVIDENCE_DOCUMENT
private final String kind
public static DocumentUpload.Kind[] values()
for (DocumentUpload.Kind c : DocumentUpload.Kind.values()) System.out.println(c);
public static DocumentUpload.Kind 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 nullpublic String toString()
toString in class Enum<DocumentUpload.Kind>Copyright © 2013-2018. All Rights Reserved.