Enum Class RulesLanguage

java.lang.Object
java.lang.Enum<RulesLanguage>
com.liferay.portal.rules.engine.RulesLanguage
All Implemented Interfaces:
Serializable, Comparable<RulesLanguage>, Constable

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

    • DROOLS_BRL

      public static final RulesLanguage DROOLS_BRL
    • DROOLS_CHANGE_SET

      public static final RulesLanguage DROOLS_CHANGE_SET
    • DROOLS_DECISION_TABLE

      public static final RulesLanguage DROOLS_DECISION_TABLE
    • DROOLS_DOMAIN_SPECIFIC

      public static final RulesLanguage DROOLS_DOMAIN_SPECIFIC
    • DROOLS_DOMAIN_SPECIFIC_RULE

      public static final RulesLanguage DROOLS_DOMAIN_SPECIFIC_RULE
    • DROOLS_PKG

      public static final RulesLanguage DROOLS_PKG
    • DROOLS_RULE_FLOW

      public static final RulesLanguage DROOLS_RULE_FLOW
    • DROOLS_RULE_LANGUAGE

      public static final RulesLanguage DROOLS_RULE_LANGUAGE
    • DROOLS_XML_LANGUAGE

      public static final RulesLanguage DROOLS_XML_LANGUAGE
  • Method Details

    • values

      public static RulesLanguage[] 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 RulesLanguage 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