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 SelectorOperator
SelectorOperator. getSelectorOperator(String operator)
static SelectorOperator
SelectorOperator. 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.
-