@Generated public enum SystemSchemaInfoState extends Enum<SystemSchemaInfoState>
Enum Constant and Description |
---|
AVAILABLE |
DISABLE_INITIALIZED |
ENABLE_COMPLETED |
ENABLE_INITIALIZED |
UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
static SystemSchemaInfoState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemSchemaInfoState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemSchemaInfoState AVAILABLE
public static final SystemSchemaInfoState DISABLE_INITIALIZED
public static final SystemSchemaInfoState ENABLE_COMPLETED
public static final SystemSchemaInfoState ENABLE_INITIALIZED
public static final SystemSchemaInfoState UNAVAILABLE
public static SystemSchemaInfoState[] values()
for (SystemSchemaInfoState c : SystemSchemaInfoState.values()) System.out.println(c);
public static SystemSchemaInfoState 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.