static enum NativizeSetFunDef.NativeElementType extends Enum<NativizeSetFunDef.NativeElementType>
Enum Constant and Description |
---|
ENUMERATED_VALUE |
LEVEL_MEMBERS |
NON_NATIVE |
OTHER_NATIVE |
SENTINEL |
Modifier and Type | Method and Description |
---|---|
boolean |
isNativeCompatible() |
static NativizeSetFunDef.NativeElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativizeSetFunDef.NativeElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativizeSetFunDef.NativeElementType LEVEL_MEMBERS
public static final NativizeSetFunDef.NativeElementType ENUMERATED_VALUE
public static final NativizeSetFunDef.NativeElementType OTHER_NATIVE
public static final NativizeSetFunDef.NativeElementType NON_NATIVE
public static final NativizeSetFunDef.NativeElementType SENTINEL
public static NativizeSetFunDef.NativeElementType[] values()
for (NativizeSetFunDef.NativeElementType c : NativizeSetFunDef.NativeElementType.values()) System.out.println(c);
public static NativizeSetFunDef.NativeElementType 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 boolean isNativeCompatible()