Class TLcdISO19103Multiplicity
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.util.TLcdISO19103Multiplicity
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Use to represent the possible cardinality of a relation. Represented by a set of simple multiplicity ranges.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to therange
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRange()
Gets the value of theRANGE_PROPERTY
property adapted to a list ofTLcdISO19103MultiplicityRange
instances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
Constructor Details
-
Method Details
-
getRange
Gets the value of theRANGE_PROPERTY
property adapted to a list ofTLcdISO19103MultiplicityRange
instances.- Returns:
- the value of the
RANGE_PROPERTY
property adapted to a list ofTLcdISO19103MultiplicityRange
instances. - See Also:
-