public enum AsyncTaskType extends Enum<AsyncTaskType>
Enum Constant and Description |
---|
copyImage |
createVolume |
deleteImage |
deleteVolume |
mergeSnapshots |
moveImage |
moveMultipleImages |
unknown |
Modifier and Type | Method and Description |
---|---|
static AsyncTaskType |
forValue(int value) |
int |
getValue() |
static AsyncTaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncTaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncTaskType unknown
public static final AsyncTaskType copyImage
public static final AsyncTaskType moveImage
public static final AsyncTaskType createVolume
public static final AsyncTaskType deleteVolume
public static final AsyncTaskType deleteImage
public static final AsyncTaskType mergeSnapshots
public static final AsyncTaskType moveMultipleImages
public static AsyncTaskType[] values()
for (AsyncTaskType c : AsyncTaskType.values()) System.out.println(c);
public static AsyncTaskType 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 int getValue()
public static AsyncTaskType forValue(int value)
Copyright © 2012. All Rights Reserved.