Enum Class RuleIrGroupOperator

java.lang.Object
java.lang.Enum<RuleIrGroupOperator>
de.hybris.platform.ruleengineservices.compiler.RuleIrGroupOperator
All Implemented Interfaces:
Serializable, Comparable<RuleIrGroupOperator>, Constable

public enum RuleIrGroupOperator extends Enum<RuleIrGroupOperator>
  • Enum Constant Details

    • AND

      public static final RuleIrGroupOperator AND
      Generated enum value for RuleIrGroupOperator.AND value defined at extension ruleengineservices.
    • OR

      public static final RuleIrGroupOperator OR
      Generated enum value for RuleIrGroupOperator.OR value defined at extension ruleengineservices.
  • Method Details

    • values

      public static RuleIrGroupOperator[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RuleIrGroupOperator valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null