Uses of Class
org.n52.shetland.ogc.filter.FilterConstants.UnaryLogicOperator
-
Packages that use FilterConstants.UnaryLogicOperator Package Description org.n52.shetland.ogc.filter -
-
Uses of FilterConstants.UnaryLogicOperator in org.n52.shetland.ogc.filter
Fields in org.n52.shetland.ogc.filter declared as FilterConstants.UnaryLogicOperator Modifier and Type Field Description static FilterConstants.UnaryLogicOperatorFilterConstants.LogicOperators. NOTMethods in org.n52.shetland.ogc.filter that return FilterConstants.UnaryLogicOperator Modifier and Type Method Description FilterConstants.UnaryLogicOperatorUnaryLogicFilter. getOperator()static FilterConstants.UnaryLogicOperatorFilterConstants.UnaryLogicOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterConstants.UnaryLogicOperator[]FilterConstants.UnaryLogicOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.filter that return types with arguments of type FilterConstants.UnaryLogicOperator Modifier and Type Method Description Filter<FilterConstants.UnaryLogicOperator>UnaryLogicFilter. setOperator(FilterConstants.UnaryLogicOperator operator)Methods in org.n52.shetland.ogc.filter with parameters of type FilterConstants.UnaryLogicOperator Modifier and Type Method Description Filter<FilterConstants.UnaryLogicOperator>UnaryLogicFilter. setOperator(FilterConstants.UnaryLogicOperator operator)
-