Uses of Class
net.opengis.ogc.SortOrderType.Enum
-
Packages that use SortOrderType.Enum Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of SortOrderType.Enum in net.opengis.ogc
Fields in net.opengis.ogc declared as SortOrderType.Enum Modifier and Type Field Description static SortOrderType.EnumSortOrderType. ASCstatic SortOrderType.EnumSortOrderType. DESCMethods in net.opengis.ogc that return SortOrderType.Enum Modifier and Type Method Description static SortOrderType.EnumSortOrderType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SortOrderType.EnumSortOrderType.Enum. forString(String s)Returns the enum value for a string, or null if none.SortOrderType.EnumSortPropertyType. getSortOrder()Gets the "SortOrder" elementMethods in net.opengis.ogc with parameters of type SortOrderType.Enum Modifier and Type Method Description voidSortPropertyType. setSortOrder(SortOrderType.Enum sortOrder)Sets the "SortOrder" element -
Uses of SortOrderType.Enum in net.opengis.ogc.impl
Methods in net.opengis.ogc.impl that return SortOrderType.Enum Modifier and Type Method Description SortOrderType.EnumSortPropertyTypeImpl. getSortOrder()Gets the "SortOrder" elementMethods in net.opengis.ogc.impl with parameters of type SortOrderType.Enum Modifier and Type Method Description voidSortPropertyTypeImpl. setSortOrder(SortOrderType.Enum sortOrder)Sets the "SortOrder" element
-