Uses of Enum Class
io.vertigo.account.authorization.definitions.rulemodel.RuleExpression.ValueOperator
Packages that use RuleExpression.ValueOperator
-
Uses of RuleExpression.ValueOperator in io.vertigo.account.authorization.definitions.rulemodel
Methods in io.vertigo.account.authorization.definitions.rulemodel that return RuleExpression.ValueOperatorModifier and TypeMethodDescriptionRuleExpression.getOperator()static RuleExpression.ValueOperatorReturns the enum constant of this class with the specified name.static RuleExpression.ValueOperator[]RuleExpression.ValueOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.vertigo.account.authorization.definitions.rulemodel with parameters of type RuleExpression.ValueOperatorModifierConstructorDescriptionRuleExpression(String fieldName, RuleExpression.ValueOperator operator, RuleValue value)