Uses of Class
org.n52.shetland.ogc.gml.GmlConstants.SortingOrder
-
Packages that use GmlConstants.SortingOrder Package Description org.n52.shetland.ogc.gml -
-
Uses of GmlConstants.SortingOrder in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return GmlConstants.SortingOrder Modifier and Type Method Description GmlConstants.SortingOrderSortBy. getOrder()Get orderstatic GmlConstants.SortingOrderGmlConstants.SortingOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static GmlConstants.SortingOrder[]GmlConstants.SortingOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.gml with parameters of type GmlConstants.SortingOrder Modifier and Type Method Description voidSortBy. setOrder(GmlConstants.SortingOrder order)Set orderingConstructors in org.n52.shetland.ogc.gml with parameters of type GmlConstants.SortingOrder Constructor Description SortBy(String propertyp, GmlConstants.SortingOrder orderp)constructor
-