public static enum ImageReadinessDetailedStateEvent.ImageReadinessState extends Enum<ImageReadinessDetailedStateEvent.ImageReadinessState> implements SALEnum<ImageReadinessDetailedStateEvent.ImageReadinessState>
| Enum Constant and Description |
|---|
GETTING_READY |
NOT_READY |
READY |
| Modifier and Type | Method and Description |
|---|---|
int |
getSALValue() |
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.
|
public static final ImageReadinessDetailedStateEvent.ImageReadinessState NOT_READY
public static final ImageReadinessDetailedStateEvent.ImageReadinessState GETTING_READY
public static final ImageReadinessDetailedStateEvent.ImageReadinessState 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 nullpublic int getSALValue()
getSALValue in interface SALEnum<ImageReadinessDetailedStateEvent.ImageReadinessState>Copyright © 2018. All rights reserved.