Uses of Enum Class
de.uplanet.lucy.server.usermanager.ds.filter.Operator
Packages that use Operator
-
Uses of Operator in de.uplanet.lucy.server.usermanager.ds.filter
Methods in de.uplanet.lucy.server.usermanager.ds.filter that return OperatorModifier and TypeMethodDescriptionstatic Operator
Returns the enum constant of this class with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.uplanet.lucy.server.usermanager.ds.filter with parameters of type OperatorModifierConstructorDescriptionAndExpression
(de.uplanet.lucy.server.usermanager.ds.DsColumn p_column, Operator p_operator)