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