@Generated public enum UpdateStateInfoState extends Enum<UpdateStateInfoState>
Enum Constant and Description |
---|
CANCELED |
COMPLETED |
CREATED |
FAILED |
INITIALIZING |
QUEUED |
RESETTING |
RUNNING |
SETTING_UP_TABLES |
STOPPING |
WAITING_FOR_RESOURCES |
Modifier and Type | Method and Description |
---|---|
static UpdateStateInfoState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateStateInfoState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateStateInfoState CANCELED
public static final UpdateStateInfoState COMPLETED
public static final UpdateStateInfoState CREATED
public static final UpdateStateInfoState FAILED
public static final UpdateStateInfoState INITIALIZING
public static final UpdateStateInfoState QUEUED
public static final UpdateStateInfoState RESETTING
public static final UpdateStateInfoState RUNNING
public static final UpdateStateInfoState SETTING_UP_TABLES
public static final UpdateStateInfoState STOPPING
public static final UpdateStateInfoState WAITING_FOR_RESOURCES
public static UpdateStateInfoState[] values()
for (UpdateStateInfoState c : UpdateStateInfoState.values()) System.out.println(c);
public static UpdateStateInfoState 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 © 2024. All rights reserved.