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