Uses of Class
org.apache.sling.query.impl.predicate.SelectorOperator
-
Packages that use SelectorOperator Package Description org.apache.sling.query.impl.predicate -
-
Uses of SelectorOperator in org.apache.sling.query.impl.predicate
Methods in org.apache.sling.query.impl.predicate that return SelectorOperator Modifier and Type Method Description static SelectorOperatorSelectorOperator. getSelectorOperator(String operator)static SelectorOperatorSelectorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectorOperator[]SelectorOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-