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