Uses of Class
org.n52.shetland.ogc.filter.FilterConstants.SimpleArithmeticOperator
-
Packages that use FilterConstants.SimpleArithmeticOperator Package Description org.n52.shetland.ogc.filter -
-
Uses of FilterConstants.SimpleArithmeticOperator in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return FilterConstants.SimpleArithmeticOperator Modifier and Type Method Description static FilterConstants.SimpleArithmeticOperatorFilterConstants.SimpleArithmeticOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterConstants.SimpleArithmeticOperator[]FilterConstants.SimpleArithmeticOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-