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. VALUESA public read-only list of all the 'Increment Order' enumerators.Methods in net.opengis.gml311 that return IncrementOrder Modifier and Type Method Description static IncrementOrderIncrementOrder. get(int value)Returns the 'Increment Order' literal with the specified integer value.static IncrementOrderIncrementOrder. get(String literal)Returns the 'Increment Order' literal with the specified literal value.static IncrementOrderIncrementOrder. getByName(String name)Returns the 'Increment Order' literal with the specified name.IncrementOrderSequenceRuleType. getOrder()Returns the value of the 'Order' attribute.static IncrementOrderIncrementOrder. 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 voidSequenceRuleType. 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 IncrementOrderSequenceRuleTypeImpl. orderThe cached value of the 'Order' attribute.protected static IncrementOrderSequenceRuleTypeImpl. ORDER_EDEFAULTThe default value of the 'Order' attribute.Methods in net.opengis.gml311.impl that return IncrementOrder Modifier and Type Method Description IncrementOrderGml311FactoryImpl. createIncrementOrderFromString(EDataType eDataType, String initialValue)IncrementOrderGml311FactoryImpl. createIncrementOrderObjectFromString(EDataType eDataType, String initialValue)IncrementOrderSequenceRuleTypeImpl. getOrder()Methods in net.opengis.gml311.impl with parameters of type IncrementOrder Modifier and Type Method Description voidSequenceRuleTypeImpl. 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 booleanGml311Validator. validateIncrementOrder(IncrementOrder incrementOrder, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateIncrementOrderObject(IncrementOrder incrementOrderObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-