Package com.luciad.format.gml31.model
Class TLcdGML31SequenceRule
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31SequenceRule
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Since:
- 2018.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theorderattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()Returns the value of the property that maps to theorderattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetOrder(ELcdGML31IncrementOrder aValue) Sets the value of the property that maps to theorderattribute.voidSets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofELcdGML31SequenceRuleNames. -
ORDER_PROPERTY
Data property that maps to theorderattribute. The possible values for this property are instances ofELcdGML31IncrementOrder.
-
-
Constructor Details
-
TLcdGML31SequenceRule
public TLcdGML31SequenceRule() -
TLcdGML31SequenceRule
-
-
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_PROPERTYproperty.
-
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_PROPERTYproperty.
-
getOrder
Returns the value of the property that maps to theorderattribute.- Returns:
- the value of the
ORDER_PROPERTYproperty.
-
setOrder
Sets the value of the property that maps to theorderattribute.- Parameters:
aValue- the value to set for theORDER_PROPERTYproperty.
-