public interface PackratConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DATATYPE_ARRAY |
static int |
DATATYPE_ASSOC |
static int |
DATATYPE_BLOB |
static int |
DATATYPE_FLAG_COLLECTION
This bitflag is true for all collections
|
static int |
DATATYPE_FLAG_FIXED
This bitflag is true for all primitive with fixed width.
|
static int |
DATATYPE_FLAG_STRUCT
This bitflag is true for all structures
|
static int |
DATATYPE_FLAG_VARIABLE
This bitflag is true for all primitive types with variable width.
|
static int |
DATATYPE_FLOAT |
static int |
DATATYPE_INT |
static int |
DATATYPE_LIST |
static int |
DATATYPE_STRING |
static int |
DATATYPE_STRUCT |
static int |
DATATYPE_UINT |
static final int DATATYPE_FLAG_FIXED
static final int DATATYPE_FLAG_VARIABLE
static final int DATATYPE_FLAG_COLLECTION
static final int DATATYPE_FLAG_STRUCT
static final int DATATYPE_INT
static final int DATATYPE_UINT
static final int DATATYPE_FLOAT
static final int DATATYPE_STRING
static final int DATATYPE_BLOB
static final int DATATYPE_LIST
static final int DATATYPE_ARRAY
static final int DATATYPE_ASSOC
static final int DATATYPE_STRUCT