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