Uses of Class
org.n52.shetland.ogc.filter.FilterConstants.SortOrder
-
Packages that use FilterConstants.SortOrder Package Description org.n52.shetland.filter org.n52.shetland.ogc.filter -
-
Uses of FilterConstants.SortOrder in org.n52.shetland.filter
Methods in org.n52.shetland.filter that return FilterConstants.SortOrder Modifier and Type Method Description FilterConstants.SortOrderOrderProperty. getSortOrder()Constructors in org.n52.shetland.filter with parameters of type FilterConstants.SortOrder Constructor Description OrderProperty(String valueReference, FilterConstants.SortOrder order) -
Uses of FilterConstants.SortOrder in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return FilterConstants.SortOrder Modifier and Type Method Description FilterConstants.SortOrderFesSortProperty. getSortOrder()Deprecated.static FilterConstants.SortOrderFilterConstants.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterConstants.SortOrder[]FilterConstants.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.filter with parameters of type FilterConstants.SortOrder Modifier and Type Method Description FesSortPropertyFesSortProperty. setSortOrder(FilterConstants.SortOrder sortOrder)Deprecated.
-