Package com.luciad.format.sqlite.lvdb
Class TLcdLVDBMarshalledAnnotation
java.lang.Object
com.luciad.format.sqlite.lvdb.TLcdLVDBMarshalledAnnotation
- All Implemented Interfaces:
ILcdAnnotation
Annotation that identifies a property as being a marshalled value. Marshalled values
are values that are stored in the database by serializing (marshalling) the value to one
of the primitive types supported by SQLite.
- Since:
- 2013.1
-
Constructor Summary
ConstructorDescriptionTLcdLVDBMarshalledAnnotation
(String aEncoding, String aType) Creates a new marshalled annotation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the encoding of the value.getType()
Returns the type of the value.
-
Constructor Details
-
TLcdLVDBMarshalledAnnotation
Creates a new marshalled annotation.- Parameters:
aEncoding
- the encoding of the valueaType
- the type of the value
-
-
Method Details
-
getEncoding
Returns the encoding of the value.- Returns:
- the encoding of the value
-
getType
Returns the type of the value.- Returns:
- the type of the value
-