public static enum ImageReadinessDetailedStateEvent.ImageReadinessState extends Enum<ImageReadinessDetailedStateEvent.ImageReadinessState> implements SALEnum
| Enum Constant and Description |
|---|
GETTING_READY |
NOT_READY |
READY |
| Modifier and Type | Method and Description |
|---|---|
static ImageReadinessDetailedStateEvent.ImageReadinessState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageReadinessDetailedStateEvent.ImageReadinessState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetEnum, getSALValuepublic static final ImageReadinessDetailedStateEvent.ImageReadinessState READY
public static final ImageReadinessDetailedStateEvent.ImageReadinessState NOT_READY
public static final ImageReadinessDetailedStateEvent.ImageReadinessState GETTING_READY
public static ImageReadinessDetailedStateEvent.ImageReadinessState[] values()
for (ImageReadinessDetailedStateEvent.ImageReadinessState c : ImageReadinessDetailedStateEvent.ImageReadinessState.values()) System.out.println(c);
public static ImageReadinessDetailedStateEvent.ImageReadinessState 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 © 2020. All rights reserved.