Uses of Class
org.n52.shetland.ogc.filter.FilterConstants.SkipTopOperator
-
Packages that use FilterConstants.SkipTopOperator Package Description org.n52.shetland.filter org.n52.shetland.ogc.filter -
-
Uses of FilterConstants.SkipTopOperator in org.n52.shetland.filter
Methods in org.n52.shetland.filter that return FilterConstants.SkipTopOperator Modifier and Type Method Description FilterConstants.SkipTopOperatorSkipTopFilter. getOperator()Constructors in org.n52.shetland.filter with parameters of type FilterConstants.SkipTopOperator Constructor Description SkipTopFilter(FilterConstants.SkipTopOperator operator, Long value) -
Uses of FilterConstants.SkipTopOperator in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return FilterConstants.SkipTopOperator Modifier and Type Method Description static FilterConstants.SkipTopOperatorFilterConstants.SkipTopOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterConstants.SkipTopOperator[]FilterConstants.SkipTopOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-