public static enum EnumDefineSet.AALightEnvironmentEntry extends java.lang.Enum<EnumDefineSet.AALightEnvironmentEntry>
Enum Constant and Description |
---|
AC50HZ |
AC60HZ |
NATURE_LIGHT |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.AALightEnvironmentEntry |
valueOf(int AALightEnvironment) |
static EnumDefineSet.AALightEnvironmentEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.AALightEnvironmentEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.AALightEnvironmentEntry NATURE_LIGHT
public static final EnumDefineSet.AALightEnvironmentEntry AC50HZ
public static final EnumDefineSet.AALightEnvironmentEntry AC60HZ
public static EnumDefineSet.AALightEnvironmentEntry[] values()
for (EnumDefineSet.AALightEnvironmentEntry c : EnumDefineSet.AALightEnvironmentEntry.values()) System.out.println(c);
public static EnumDefineSet.AALightEnvironmentEntry 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 nullpublic int getValue()
public static EnumDefineSet.AALightEnvironmentEntry valueOf(int AALightEnvironment)