Contains definitions of DOFValues.
Classes
Class | Description | |
---|---|---|
![]() | DatalessType |
Implements
org.opendof.core.oal.DOFType
for any type that has no associated data.
|
![]() | DOFArray | Implementation of {@link DOFValue} that supports both fixed- and variable-length arrays of other values. |
![]() | DOFArrayType | Implementation of {@link DOFType} that matches {@link DOFArray}. |
![]() | DOFBlob |
Implementation of
org.opendof.core.oal.DOFValue
that supports binary large objects (blobs) of
fixed or variable length.
|
![]() | DOFBlobType |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFBlob
.
|
![]() | DOFBoolean |
Implementation of
org.opendof.core.oal.DOFValue
that supports boolean values.
|
![]() | DOFBooleanType |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFBoolean
.
|
![]() | DOFDateTime |
Implementation of
org.opendof.core.oal.DOFValue
that supports date/time.
|
![]() | DOFDateTimeType |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFDateTime
.
|
![]() | DOFFloat32 |
Implementation of
org.opendof.core.oal.DOFValue
that supports float values.
|
![]() | DOFFloat32Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFFloat32
.
|
![]() | DOFFloat64 |
Implementation of
org.opendof.core.oal.DOFValue
that supports double values.
|
![]() | DOFFloat64Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFFloat64
.
|
![]() | DOFGuid |
Implementation of
org.opendof.core.oal.DOFValue
that supports UUID.
|
![]() | DOFGuidType |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFGuid
.
|
![]() | DOFInt16 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 16-bit signed integers.
|
![]() | DOFInt16Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFInt16
.
|
![]() | DOFInt32 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 32-bit signed integers.
|
![]() | DOFInt32Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFInt32
.
|
![]() | DOFInt64 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 64-bit signed integers.
|
![]() | DOFInt64Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFInt64
.
|
![]() | DOFInt8 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 8-bit signed integers.
|
![]() | DOFInt8Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFInt8
.
|
![]() | DOFString |
Implementation of
org.opendof.core.oal.DOFValue
that supports strings and encoded strings.
NOTE: Typically applications need not be concerned with encodings. The library will automatically
convert DOFString values to the encoding required by a DOF Interface. The exception to this is
when the application deals directly with byte arrays. In that case, knowledge of the the encoding is
necessary in order to correctly convert the byte array to a string value.
|
![]() | DOFStringType |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFString
.
|
![]() | DOFStructure |
Implementation of
org.opendof.core.oal.DOFValue
that supports both structures of other values.
|
![]() | DOFStructureType |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFStructure
.
|
![]() | DOFUInt16 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 16-bit unsigned integers.
|
![]() | DOFUInt16Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFUInt16
.
|
![]() | DOFUInt32 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 32-bit unsigned integers.
|
![]() | DOFUInt32Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFUInt32
.
|
![]() | DOFUInt64 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 64-bit unsigned integers.
|
![]() | DOFUInt64Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFUInt64
.
|
![]() | DOFUInt8 |
Implementation of
org.opendof.core.oal.DOFValue
that supports 8-bit unsigned integers.
|
![]() | DOFUInt8Type |
Implementation of
org.opendof.core.oal.DOFType
that matches
DOFUInt8
.
|