public final class TType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
BOOL |
static byte |
BYTE |
static byte |
DOUBLE |
static byte |
ENUM |
static byte |
I16 |
static byte |
I32 |
static byte |
I64 |
static byte |
LIST |
static byte |
MAP |
static byte |
SET |
static byte |
STOP |
static byte |
STRING |
static byte |
STRUCT |
static byte |
VOID |
Constructor and Description |
---|
TType() |
public static final byte STOP
public static final byte VOID
public static final byte BOOL
public static final byte BYTE
public static final byte DOUBLE
public static final byte I16
public static final byte I32
public static final byte I64
public static final byte STRING
public static final byte STRUCT
public static final byte MAP
public static final byte SET
public static final byte LIST
public static final byte ENUM