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 TLcdDataPropertyData property that maps to therangeelement.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_PROPERTYproperty adapted to a list ofTLcdISO19103MultiplicityRangeinstances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
RANGE_PROPERTY
Data property that maps to therangeelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19103MultiplicityRange>>.
-
-
Constructor Details
-
TLcdISO19103Multiplicity
public TLcdISO19103Multiplicity() -
TLcdISO19103Multiplicity
-
-
Method Details
-
getRange
Gets the value of theRANGE_PROPERTYproperty adapted to a list ofTLcdISO19103MultiplicityRangeinstances.- Returns:
- the value of the
RANGE_PROPERTYproperty adapted to a list ofTLcdISO19103MultiplicityRangeinstances. - See Also:
-