public enum Enable_State extends java.lang.Enum<Enable_State>
Enum Constant and Description |
---|
FALSE |
NotSupport |
TRUE |
Modifier and Type | Method and Description |
---|---|
static Enable_State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Enable_State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enable_State FALSE
public static final Enable_State TRUE
public static final Enable_State NotSupport
public static Enable_State[] values()
for (Enable_State c : Enable_State.values()) System.out.println(c);
public static Enable_State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null