public enum NativeSimpleType extends Enum<NativeSimpleType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
DOUBLE |
FLOAT |
FP128 |
FP80 |
NULLABLE |
OBJECT |
POINTER |
SINT16 |
SINT32 |
SINT64 |
SINT8 |
STRING |
UINT16 |
UINT32 |
UINT64 |
UINT8 |
VOID |
| Modifier and Type | Method and Description |
|---|---|
static NativeSimpleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeSimpleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeSimpleType VOID
public static final NativeSimpleType UINT8
public static final NativeSimpleType SINT8
public static final NativeSimpleType UINT16
public static final NativeSimpleType SINT16
public static final NativeSimpleType UINT32
public static final NativeSimpleType SINT32
public static final NativeSimpleType UINT64
public static final NativeSimpleType SINT64
public static final NativeSimpleType FLOAT
public static final NativeSimpleType DOUBLE
public static final NativeSimpleType FP80
public static final NativeSimpleType FP128
public static final NativeSimpleType POINTER
public static final NativeSimpleType STRING
public static final NativeSimpleType OBJECT
public static final NativeSimpleType NULLABLE
public static NativeSimpleType[] values()
public static NativeSimpleType 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