Uses of Class
be.personify.util.LogicalOperator
-
Packages that use LogicalOperator Package Description be.personify.util -
-
Uses of LogicalOperator in be.personify.util
Methods in be.personify.util that return LogicalOperator Modifier and Type Method Description LogicalOperatorSearchCriteria. getOperator()static LogicalOperatorLogicalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalOperator[]LogicalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.personify.util with parameters of type LogicalOperator Modifier and Type Method Description voidSearchCriteria. setOperator(LogicalOperator operator)Constructors in be.personify.util with parameters of type LogicalOperator Constructor Description SearchCriteria(LogicalOperator operator, SearchCriterium... criteriums)constructor with array of criteriums
-