public final class CDFDataType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CDFDataType |
CHAR
CHAR
|
static CDFDataType |
DOUBLE
DOUBLE
|
static CDFDataType |
EPOCH
EPOCH
|
static CDFDataType |
EPOCH16
EPOCH16
|
static CDFDataType |
FLOAT
FLOAT
|
static CDFDataType |
INT1
INT1
|
static CDFDataType |
INT2
INT2
|
static CDFDataType |
INT4
INT4
|
static CDFDataType |
INT8
INT8
|
static CDFDataType |
TT2000
TT2000
|
static CDFDataType |
UINT1
UINT1
|
static CDFDataType |
UINT2
UINT2
|
static CDFDataType |
UINT4
UINT4
|
Modifier and Type | Method and Description |
---|---|
static CDFDataType |
getType(CDFTimeType type)
Returns CDFDataType for a given CDFTimeType.
|
int |
getValue() |
public static final CDFDataType INT1
public static final CDFDataType INT2
public static final CDFDataType INT4
public static final CDFDataType INT8
public static final CDFDataType UINT1
public static final CDFDataType UINT2
public static final CDFDataType UINT4
public static final CDFDataType FLOAT
public static final CDFDataType DOUBLE
public static final CDFDataType EPOCH
public static final CDFDataType EPOCH16
public static final CDFDataType CHAR
public static final CDFDataType TT2000
public int getValue()
public static CDFDataType getType(CDFTimeType type)
type
-