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.VALUESA public read-only list of all the 'Increment Order' enumerators.Methods in net.opengis.gml311 that return IncrementOrderModifier and TypeMethodDescriptionstatic IncrementOrderIncrementOrder.get(int value) Returns the 'Increment Order' literal with the specified integer value.static IncrementOrderReturns the 'Increment Order' literal with the specified literal value.static IncrementOrderReturns the 'Increment Order' literal with the specified name.SequenceRuleType.getOrder()Returns the value of the 'Order' attribute.static IncrementOrderReturns 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 TypeMethodDescriptionvoidSequenceRuleType.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 IncrementOrderSequenceRuleTypeImpl.orderThe cached value of the 'Order' attribute.protected static final IncrementOrderSequenceRuleTypeImpl.ORDER_EDEFAULTThe 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 TypeMethodDescriptionbooleanGml311Validator.validateIncrementOrder(IncrementOrder incrementOrder, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateIncrementOrderObject(IncrementOrder incrementOrderObject, DiagnosticChain diagnostics, Map<Object, Object> context)