public static enum ESCommon.ES_State extends Enum<ESCommon.ES_State>
| Modifier and Type | Method and Description |
|---|---|
static ESCommon.ES_State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESCommon.ES_State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESCommon.ES_State Normal
public static final ESCommon.ES_State Warning
public static final ESCommon.ES_State Alert
public static ESCommon.ES_State[] values()
for (ESCommon.ES_State c : ESCommon.ES_State.values()) System.out.println(c);
public static ESCommon.ES_State 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 nullEDB Working Group at Mon Dec 15 16:45:05 JST 2025