public static enum Editor.ImageExportState extends Enum<Editor.ImageExportState>
| Enum Constant and Description |
|---|
Aborting |
Idle |
InProgress |
| Modifier and Type | Method and Description |
|---|---|
static Editor.ImageExportState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Editor.ImageExportState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Editor.ImageExportState Idle
public static final Editor.ImageExportState InProgress
public static final Editor.ImageExportState Aborting
public static Editor.ImageExportState[] values()
for (Editor.ImageExportState c : Editor.ImageExportState.values()) System.out.println(c);
public static Editor.ImageExportState 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 nullCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.