com.xtremelabs.imageutils
Enum AsyncOperationsMaps.AsyncOperationState
java.lang.Object
java.lang.Enum<AsyncOperationsMaps.AsyncOperationState>
com.xtremelabs.imageutils.AsyncOperationsMaps.AsyncOperationState
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AsyncOperationsMaps.AsyncOperationState>
- Enclosing class:
- AsyncOperationsMaps
public static enum AsyncOperationsMaps.AsyncOperationState
- extends java.lang.Enum<AsyncOperationsMaps.AsyncOperationState>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
QUEUED_FOR_NETWORK_REQUEST
public static final AsyncOperationsMaps.AsyncOperationState QUEUED_FOR_NETWORK_REQUEST
QUEUED_FOR_DETAILS_REQUEST
public static final AsyncOperationsMaps.AsyncOperationState QUEUED_FOR_DETAILS_REQUEST
QUEUED_FOR_DECODE_REQUEST
public static final AsyncOperationsMaps.AsyncOperationState QUEUED_FOR_DECODE_REQUEST
NOT_QUEUED
public static final AsyncOperationsMaps.AsyncOperationState NOT_QUEUED
values
public static AsyncOperationsMaps.AsyncOperationState[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AsyncOperationsMaps.AsyncOperationState c : AsyncOperationsMaps.AsyncOperationState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AsyncOperationsMaps.AsyncOperationState valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null