Package net.opengis.gml311
Interface SequenceRuleType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- SequenceRuleTypeImpl
 
 public interface SequenceRuleType extends EObjectA representation of the model object 'Sequence Rule Type'.The following features are supported: - See Also:
- Gml311Package.getSequenceRuleType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IncrementOrdergetOrder()Returns the value of the 'Order' attribute.SequenceRuleNamesgetValue()Returns the value of the 'Value' attribute.booleanisSetOrder()Returns whether the value of the 'Order' attribute is set.booleanisSetValue()Returns 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.voidunsetOrder()Unsets the value of the 'Order' attribute.voidunsetValue()Unsets the value of the 'Value' attribute.
 
- 
- 
- 
Method Detail- 
getValueSequenceRuleNames 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()
 
 - 
setValuevoid 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()
 
 - 
unsetValuevoid unsetValue() Unsets the value of the 'Value' attribute.- See Also:
- isSetValue(),- getValue(),- setValue(SequenceRuleNames)
 
 - 
isSetValueboolean 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)
 
 - 
getOrderIncrementOrder 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()
 
 - 
setOrdervoid 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()
 
 - 
unsetOrdervoid unsetOrder() Unsets the value of the 'Order' attribute.- See Also:
- isSetOrder(),- getOrder(),- setOrder(IncrementOrder)
 
 - 
isSetOrderboolean 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)
 
 
- 
 
-