Uses of Class
net.opengis.gml.x32.IncrementOrder.Enum
-
Packages that use IncrementOrder.Enum Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of IncrementOrder.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 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.x32 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.x32 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.x32.impl
Methods in net.opengis.gml.x32.impl that return IncrementOrder.Enum Modifier and Type Method Description IncrementOrder.EnumSequenceRuleTypeImpl. getOrder()Gets the "order" attributeMethods in net.opengis.gml.x32.impl with parameters of type IncrementOrder.Enum Modifier and Type Method Description voidSequenceRuleTypeImpl. setOrder(IncrementOrder.Enum order)Sets the "order" attribute
-