Uses of Enum Class
net.opengis.gml311.IncrementOrder
Packages that use IncrementOrder
-
Uses of IncrementOrder in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type IncrementOrderModifier and TypeFieldDescriptionstatic final List<IncrementOrder>
IncrementOrder.VALUES
A public read-only list of all the 'Increment Order' enumerators.Methods in net.opengis.gml311 that return IncrementOrderModifier and TypeMethodDescriptionstatic IncrementOrder
IncrementOrder.get
(int value) Returns the 'Increment Order' literal with the specified integer value.static IncrementOrder
Returns the 'Increment Order' literal with the specified literal value.static IncrementOrder
Returns the 'Increment Order' literal with the specified name.SequenceRuleType.getOrder()
Returns the value of the 'Order' attribute.static IncrementOrder
Returns the enum constant of this class with the specified name.static IncrementOrder[]
IncrementOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type IncrementOrderModifier and TypeMethodDescriptionvoid
SequenceRuleType.setOrder
(IncrementOrder value) Sets the value of the 'Order
' attribute. -
Uses of IncrementOrder in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as IncrementOrderModifier and TypeFieldDescriptionprotected IncrementOrder
SequenceRuleTypeImpl.order
The cached value of the 'Order
' attribute.protected static final IncrementOrder
SequenceRuleTypeImpl.ORDER_EDEFAULT
The default value of the 'Order
' attribute.Methods in net.opengis.gml311.impl that return IncrementOrderModifier and TypeMethodDescriptionGml311FactoryImpl.createIncrementOrderFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createIncrementOrderObjectFromString
(EDataType eDataType, String initialValue) SequenceRuleTypeImpl.getOrder()
Methods in net.opengis.gml311.impl with parameters of type IncrementOrder -
Uses of IncrementOrder in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IncrementOrderModifier and TypeMethodDescriptionboolean
Gml311Validator.validateIncrementOrder
(IncrementOrder incrementOrder, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateIncrementOrderObject
(IncrementOrder incrementOrderObject, DiagnosticChain diagnostics, Map<Object, Object> context)