Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleIrGroupOperator
-
Packages that use RuleIrGroupOperator Package Description de.hybris.platform.ruleengineservices.compiler -
-
Uses of RuleIrGroupOperator in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIrGroupOperator Modifier and Type Method Description RuleIrGroupOperatorRuleIrGroupCondition. getOperator()static RuleIrGroupOperatorRuleIrGroupOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleIrGroupOperator[]RuleIrGroupOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleIrGroupOperator Modifier and Type Method Description voidRuleIrGroupCondition. setOperator(RuleIrGroupOperator operator)
-