Class BaseType
- java.lang.Object
-
- com.google.flatbuffers.reflection.BaseType
-
public final class BaseType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteArraystatic byteBoolstatic byteBytestatic byteDoublestatic byteFloatstatic byteIntstatic byteLongstatic byteMaxBaseTypestatic String[]namesstatic byteNonestatic byteObjstatic byteShortstatic byteStringstatic byteUBytestatic byteUIntstatic byteULongstatic byteUnionstatic byteUShortstatic byteUTypestatic byteVectorstatic byteVector64
-
-
-
Field Detail
-
None
public static final byte None
- See Also:
- Constant Field Values
-
UType
public static final byte UType
- See Also:
- Constant Field Values
-
Bool
public static final byte Bool
- See Also:
- Constant Field Values
-
Byte
public static final byte Byte
- See Also:
- Constant Field Values
-
UByte
public static final byte UByte
- See Also:
- Constant Field Values
-
Short
public static final byte Short
- See Also:
- Constant Field Values
-
UShort
public static final byte UShort
- See Also:
- Constant Field Values
-
Int
public static final byte Int
- See Also:
- Constant Field Values
-
UInt
public static final byte UInt
- See Also:
- Constant Field Values
-
Long
public static final byte Long
- See Also:
- Constant Field Values
-
ULong
public static final byte ULong
- See Also:
- Constant Field Values
-
Float
public static final byte Float
- See Also:
- Constant Field Values
-
Double
public static final byte Double
- See Also:
- Constant Field Values
-
String
public static final byte String
- See Also:
- Constant Field Values
-
Vector
public static final byte Vector
- See Also:
- Constant Field Values
-
Obj
public static final byte Obj
- See Also:
- Constant Field Values
-
Union
public static final byte Union
- See Also:
- Constant Field Values
-
Array
public static final byte Array
- See Also:
- Constant Field Values
-
Vector64
public static final byte Vector64
- See Also:
- Constant Field Values
-
MaxBaseType
public static final byte MaxBaseType
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-