Package com.luciad.datamodel
Class TLcdCoreDataTypes
java.lang.Object
com.luciad.datamodel.TLcdCoreDataTypes
This class provides static access to the core data model and its types. This data model defines
a set of predefined basic types.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataType
static final TLcdDataType
static final TLcdDataType
Primitive type with instance classbyte[]
.static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
The root of all data object types.static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
Data type forDuration
objects.static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
Data type forInstant
objects.static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
The root of all types.static final TLcdDataType
static final TLcdDataType
static final TLcdDataType
-
Method Summary
-
Field Details
-
OBJECT_TYPE
The root of all types. The base type of this type null. This type is neither a primitive type nor a data object type. -
CLASS_TYPE
-
DATA_OBJECT_TYPE
The root of all data object types. The base type of this type isOBJECT_TYPE
. -
STRING_TYPE
-
CALENDAR_TYPE
-
DATE_TYPE
-
INSTANT_TYPE
Data type forInstant
objects.- Since:
- 2017.0
-
DURATION_TYPE
Data type forDuration
objects.- Since:
- 2017.0
-
NUMBER_TYPE
-
BIG_INTEGER_TYPE
-
BIG_DECIMAL_TYPE
-
BOOLEAN_TYPE
-
BYTE_TYPE
-
CHARACTER_TYPE
-
SHORT_TYPE
-
INTEGER_TYPE
-
LONG_TYPE
-
FLOAT_TYPE
-
DOUBLE_TYPE
-
BOOLEAN_ARRAY_TYPE
-
BYTE_ARRAY_TYPE
-
CHARACTER_ARRAY_TYPE
-
SHORT_ARRAY_TYPE
-
INTEGER_ARRAY_TYPE
-
LONG_ARRAY_TYPE
-
FLOAT_ARRAY_TYPE
-
DOUBLE_ARRAY_TYPE
-
BINARY_TYPE
Primitive type with instance classbyte[]
.
-
-
Method Details
-
getDataModel
-