Class TLcdISO19115DatatypeCode
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Code
com.luciad.format.metadata.model.metadataextension.TLcdISO19115DatatypeCode
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Datatype of element or entity.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdISO19115DatatypeCode
Class that cannot be directly instantiated.static final TLcdISO19115DatatypeCode
Class that is composed of classes it is connected to by an aggregate relationship.static final TLcdISO19115DatatypeCode
Semantic relationship between two classes that involves connections among their instances.static final TLcdISO19115DatatypeCode
Free text field.static final TLcdISO19115DatatypeCode
Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior.static final TLcdDataProperty
Data property that maps to thecodeList
attribute.static final TLcdDataProperty
Data property that maps to thecodeListValue
attribute.static final TLcdDataProperty
Data property that maps to thecodeSpace
attribute.static final TLcdISO19115DatatypeCode
Flexible enumeration useful for expressing a long list of values, can be extended.static final TLcdISO19115DatatypeCode
Permissible value for a codelist or enumeration.static final TLcdISO19115DatatypeCode
Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage.static final TLcdISO19115DatatypeCode
Data type whose instances form a list of named literal values, not extendable.static final TLcdISO19115DatatypeCode
Numerical field.static final TLcdISO19115DatatypeCode
Named set of operations that characterize the behavior of an element.static final TLcdISO19115DatatypeCode
Class whose instances are classes.static final TLcdISO19115DatatypeCode
Subclass that may be substituted for its superclass.static final TLcdISO19115DatatypeCode
Class used for specification of a domain of instances (objects), together with the operations applicable to the objects.static final TLcdDataProperty
Data property that holds the type of this instance.static final TLcdISO19115DatatypeCode
Class describing a selection of one of the specified types.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeList
attribute.Returns the value of the property that maps to thecodeListValue
attribute.Returns the value of the property that maps to thecodeSpace
attribute.getType()
Returns the value of the property that holds the type of this instance.Returns the value of the property that maps to the value defined by the simple content.void
setCodeList
(URI aValue) Sets the value of the property that maps to thecodeList
attribute.void
setCodeListValue
(URI aValue) Sets the value of the property that maps to thecodeListValue
attribute.void
setCodeSpace
(URI aValue) Sets the value of the property that maps to thecodeSpace
attribute.void
Sets the value of the property that holds the type of this instance.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19115Code
equals, hashCode
-
Field Details
-
CLASS
Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior. -
CODELIST
Flexible enumeration useful for expressing a long list of values, can be extended. -
ENUMERATION
Data type whose instances form a list of named literal values, not extendable. -
CODELIST_ELEMENT
Permissible value for a codelist or enumeration. -
ABSTRACT_CLASS
Class that cannot be directly instantiated. -
AGGREGATE_CLASS
Class that is composed of classes it is connected to by an aggregate relationship. -
SPECIFIED_CLASS
Subclass that may be substituted for its superclass. -
DATATYPE_CLASS
Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage. -
INTERFACE_CLASS
Named set of operations that characterize the behavior of an element. -
UNION_CLASS
Class describing a selection of one of the specified types. -
META_CLASS
Class whose instances are classes. -
TYPE_CLASS
Class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations. -
CHARACTER_STRING
Free text field. -
INTEGER
Numerical field. -
ASSOCIATION
Semantic relationship between two classes that involves connections among their instances. -
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString
. -
CODE_LIST_PROPERTY
Data property that maps to thecodeList
attribute. The possible values for this property are instances ofURI
. -
CODE_LIST_VALUE_PROPERTY
Data property that maps to thecodeListValue
attribute. The possible values for this property are instances ofURI
. -
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpace
attribute. The possible values for this property are instances ofURI
. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQName
constants defined in this class.
-
-
Constructor Details
-
TLcdISO19115DatatypeCode
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getCodeList
Returns the value of the property that maps to thecodeList
attribute.- Returns:
- the value of the
CODE_LIST_PROPERTY
property.
-
setCodeList
Sets the value of the property that maps to thecodeList
attribute.- Parameters:
aValue
- the value to set for theCODE_LIST_PROPERTY
property.
-
getCodeListValue
Returns the value of the property that maps to thecodeListValue
attribute.- Returns:
- the value of the
CODE_LIST_VALUE_PROPERTY
property.
-
setCodeListValue
Sets the value of the property that maps to thecodeListValue
attribute.- Parameters:
aValue
- the value to set for theCODE_LIST_VALUE_PROPERTY
property.
-
getCodeSpace
Returns the value of the property that maps to thecodeSpace
attribute.- Returns:
- the value of the
CODE_SPACE_PROPERTY
property.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpace
attribute.- Parameters:
aValue
- the value to set for theCODE_SPACE_PROPERTY
property.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-