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