public enum FCproStatus extends Enum<FCproStatus>
Enum Constant and Description |
---|
ALL |
CANCELED |
CONVERSION_ERROR |
CONVERTED |
CONVERTING |
CREATED |
DOWNLOADED |
EXPIRED |
INVALID |
UPLOADED |
Modifier and Type | Method and Description |
---|---|
static FCproStatus |
getStatusFromValue(int val)
Unmarshals a status value to a
FCproStatus enum. |
static int |
toIntValue(FCproStatus status)
Marshals a
FCproStatus enum into the AutoOCR int value. |
static FCproStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FCproStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FCproStatus ALL
public static final FCproStatus INVALID
public static final FCproStatus CREATED
public static final FCproStatus UPLOADED
public static final FCproStatus CONVERTING
public static final FCproStatus CONVERTED
public static final FCproStatus DOWNLOADED
public static final FCproStatus CONVERSION_ERROR
public static final FCproStatus EXPIRED
public static final FCproStatus CANCELED
public static FCproStatus[] values()
for (FCproStatus c : FCproStatus.values()) System.out.println(c);
public static FCproStatus 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 static int toIntValue(FCproStatus status)
FCproStatus
enum into the AutoOCR int value.status
- the statuspublic static FCproStatus getStatusFromValue(int val)
FCproStatus
enum.val
- the integer valueCopyright © 2015. All Rights Reserved.