Uses of Class
com.evolveum.midpoint.prism.query.builder.LogicalSymbol
-
Packages that use LogicalSymbol Package Description com.evolveum.midpoint.prism.query.builder -
-
Uses of LogicalSymbol in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder that return LogicalSymbol Modifier and Type Method Description static LogicalSymbol
LogicalSymbol. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogicalSymbol[]
LogicalSymbol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-