Package net.opengis.gml311
Interface SequenceRuleType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SequenceRuleTypeImpl
public interface SequenceRuleType extends EObject
A representation of the model object 'Sequence Rule Type'.The following features are supported:
- See Also:
Gml311Package.getSequenceRuleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncrementOrder
getOrder()
Returns the value of the 'Order' attribute.SequenceRuleNames
getValue()
Returns the value of the 'Value' attribute.boolean
isSetOrder()
Returns whether the value of the 'Order
' attribute is set.boolean
isSetValue()
Returns whether the value of the 'Value
' attribute is set.void
setOrder(IncrementOrder value)
Sets the value of the 'Order
' attribute.void
setValue(SequenceRuleNames value)
Sets the value of the 'Value
' attribute.void
unsetOrder()
Unsets the value of the 'Order
' attribute.void
unsetValue()
Unsets the value of the 'Value
' attribute.
-
-
-
Method Detail
-
getValue
SequenceRuleNames getValue()
Returns the value of the 'Value' attribute. The literals are from the enumerationSequenceRuleNames
.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
SequenceRuleNames
,isSetValue()
,unsetValue()
,setValue(SequenceRuleNames)
,Gml311Package.getSequenceRuleType_Value()
-
setValue
void setValue(SequenceRuleNames value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
SequenceRuleNames
,isSetValue()
,unsetValue()
,getValue()
-
unsetValue
void unsetValue()
Unsets the value of the 'Value
' attribute.- See Also:
isSetValue()
,getValue()
,setValue(SequenceRuleNames)
-
isSetValue
boolean isSetValue()
Returns whether the value of the 'Value
' attribute is set.- Returns:
- whether the value of the 'Value' attribute is set.
- See Also:
unsetValue()
,getValue()
,setValue(SequenceRuleNames)
-
getOrder
IncrementOrder getOrder()
Returns the value of the 'Order' attribute. The literals are from the enumerationIncrementOrder
.If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Order' attribute.
- See Also:
IncrementOrder
,isSetOrder()
,unsetOrder()
,setOrder(IncrementOrder)
,Gml311Package.getSequenceRuleType_Order()
-
setOrder
void setOrder(IncrementOrder value)
Sets the value of the 'Order
' attribute.- Parameters:
value
- the new value of the 'Order' attribute.- See Also:
IncrementOrder
,isSetOrder()
,unsetOrder()
,getOrder()
-
unsetOrder
void unsetOrder()
Unsets the value of the 'Order
' attribute.- See Also:
isSetOrder()
,getOrder()
,setOrder(IncrementOrder)
-
isSetOrder
boolean isSetOrder()
Returns whether the value of the 'Order
' attribute is set.- Returns:
- whether the value of the 'Order' attribute is set.
- See Also:
unsetOrder()
,getOrder()
,setOrder(IncrementOrder)
-
-