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