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:
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()Returns the value of the 'Order' attribute.getValue()Returns the value of the 'Value' attribute.booleanReturns whether the value of the 'Order' attribute is set.booleanReturns whether the value of the 'Value' attribute is set.voidsetOrder(IncrementOrder value) Sets the value of the 'Order' attribute.voidsetValue(SequenceRuleNames value) Sets the value of the 'Value' attribute.voidUnsets the value of the 'Order' attribute.voidUnsets the value of the 'Value' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-
unsetValue
void unsetValue()Unsets the value of the 'Value' attribute. -
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:
-
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:
-
setOrder
Sets the value of the 'Order' attribute.- Parameters:
value- the new value of the 'Order' attribute.- See Also:
-
unsetOrder
void unsetOrder()Unsets the value of the 'Order' attribute.- See Also:
-
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:
-