Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleIrAttributeOperator
-
Packages that use RuleIrAttributeOperator Package Description de.hybris.platform.ruleengineservices.compiler -
-
Uses of RuleIrAttributeOperator in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIrAttributeOperator Modifier and Type Method Description static RuleIrAttributeOperatorRuleIrAttributeOperator. fromCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.since 1905static RuleIrAttributeOperatorRuleIrAttributeOperator. fromValue(java.lang.String value)RuleIrAttributeOperatorAbstractRuleIrAttributeCondition. getOperator()static RuleIrAttributeOperatorRuleIrAttributeOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleIrAttributeOperator[]RuleIrAttributeOperator. 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 RuleIrAttributeOperator Modifier and Type Method Description voidAbstractRuleIrAttributeCondition. setOperator(RuleIrAttributeOperator operator)
-