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