Uses of Class
net.opengis.gml.IncrementOrder.Enum
-
Packages that use IncrementOrder.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of IncrementOrder.Enum in net.opengis.gml
Fields in net.opengis.gml declared as IncrementOrder.Enum Modifier and Type Field Description static IncrementOrder.EnumIncrementOrder. X_Ystatic IncrementOrder.EnumIncrementOrder. X_Y_2static IncrementOrder.EnumIncrementOrder. X_Y_3static IncrementOrder.EnumIncrementOrder. Y_XMethods in net.opengis.gml that return IncrementOrder.Enum Modifier and Type Method Description static IncrementOrder.EnumIncrementOrder.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static IncrementOrder.EnumIncrementOrder.Enum. forString(String s)Returns the enum value for a string, or null if none.IncrementOrder.EnumSequenceRuleType. getOrder()Gets the "order" attributeMethods in net.opengis.gml with parameters of type IncrementOrder.Enum Modifier and Type Method Description voidSequenceRuleType. setOrder(IncrementOrder.Enum order)Sets the "order" attribute -
Uses of IncrementOrder.Enum in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return IncrementOrder.Enum Modifier and Type Method Description IncrementOrder.EnumSequenceRuleTypeImpl. getOrder()Gets the "order" attributeMethods in net.opengis.gml.impl with parameters of type IncrementOrder.Enum Modifier and Type Method Description voidSequenceRuleTypeImpl. setOrder(IncrementOrder.Enum order)Sets the "order" attribute
-