public static enum DataType.TypeCode extends Enum<DataType.TypeCode>
Enum Constant and Description |
---|
kBFloat |
kCustomBegin |
kE4M3Float |
kE5M2Float |
kFloat |
kHandle |
kInt |
kUInt |
Modifier and Type | Field and Description |
---|---|
long |
value |
Modifier and Type | Method and Description |
---|---|
DataType.TypeCode |
intern() |
String |
toString() |
static DataType.TypeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType.TypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataType.TypeCode kInt
public static final DataType.TypeCode kUInt
public static final DataType.TypeCode kFloat
public static final DataType.TypeCode kHandle
public static final DataType.TypeCode kBFloat
public static final DataType.TypeCode kE4M3Float
public static final DataType.TypeCode kE5M2Float
public static final DataType.TypeCode kCustomBegin
public static DataType.TypeCode[] values()
for (DataType.TypeCode c : DataType.TypeCode.values()) System.out.println(c);
public static DataType.TypeCode 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 DataType.TypeCode intern()
public String toString()
toString
in class Enum<DataType.TypeCode>
Copyright © 2024. All rights reserved.