Uses of Class
net.opengis.gml311.IncrementOrder
-
Packages that use IncrementOrder Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of IncrementOrder in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type IncrementOrder Modifier and Type Field Description static List<IncrementOrder>
IncrementOrder. VALUES
A public read-only list of all the 'Increment Order' enumerators.Methods in net.opengis.gml311 that return IncrementOrder Modifier and Type Method Description static IncrementOrder
IncrementOrder. get(int value)
Returns the 'Increment Order' literal with the specified integer value.static IncrementOrder
IncrementOrder. get(String literal)
Returns the 'Increment Order' literal with the specified literal value.static IncrementOrder
IncrementOrder. getByName(String name)
Returns the 'Increment Order' literal with the specified name.IncrementOrder
SequenceRuleType. getOrder()
Returns the value of the 'Order' attribute.static IncrementOrder
IncrementOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static IncrementOrder[]
IncrementOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type IncrementOrder Modifier and Type Method Description void
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 IncrementOrder Modifier and Type Field Description protected IncrementOrder
SequenceRuleTypeImpl. order
The cached value of the 'Order
' attribute.protected static IncrementOrder
SequenceRuleTypeImpl. ORDER_EDEFAULT
The default value of the 'Order
' attribute.Methods in net.opengis.gml311.impl that return IncrementOrder Modifier and Type Method Description IncrementOrder
Gml311FactoryImpl. createIncrementOrderFromString(EDataType eDataType, String initialValue)
IncrementOrder
Gml311FactoryImpl. createIncrementOrderObjectFromString(EDataType eDataType, String initialValue)
IncrementOrder
SequenceRuleTypeImpl. getOrder()
Methods in net.opengis.gml311.impl with parameters of type IncrementOrder Modifier and Type Method Description void
SequenceRuleTypeImpl. setOrder(IncrementOrder newOrder)
-
Uses of IncrementOrder in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IncrementOrder Modifier and Type Method Description boolean
Gml311Validator. validateIncrementOrder(IncrementOrder incrementOrder, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateIncrementOrderObject(IncrementOrder incrementOrderObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-