public static enum SchemaState.StateEnum extends Enum<SchemaState.StateEnum>
Enum Constant and Description |
---|
ACTIVE |
DEPRECATED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SchemaState.StateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaState.StateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaState.StateEnum DEPRECATED
public static final SchemaState.StateEnum ACTIVE
public static SchemaState.StateEnum[] values()
for (SchemaState.StateEnum c : SchemaState.StateEnum.values()) System.out.println(c);
public static SchemaState.StateEnum 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 String toString()
toString
in class Enum<SchemaState.StateEnum>
Copyright © 2020 Red Hat. All rights reserved.