public static enum SubstrateRegisterConfig.ConfigKind extends Enum<SubstrateRegisterConfig.ConfigKind>
| Enum Constant and Description |
|---|
NATIVE_TO_JAVA |
NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static SubstrateRegisterConfig.ConfigKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstrateRegisterConfig.ConfigKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstrateRegisterConfig.ConfigKind NORMAL
public static final SubstrateRegisterConfig.ConfigKind NATIVE_TO_JAVA
public static SubstrateRegisterConfig.ConfigKind[] values()
public static SubstrateRegisterConfig.ConfigKind 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 null