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