Class DefaultRuleType

java.lang.Object
com.aquima.interactions.rule.DefaultRuleType
All Implemented Interfaces:
Serializable

public final class DefaultRuleType extends Object implements Serializable
This class defines the possible type of default rules that may be defined for an attribute.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Field Details

    • VALUE

      public static final DefaultRuleType VALUE
      This field defines the value type.
    • TABLE

      public static final DefaultRuleType TABLE
      This field defines the table type.
    • EXPRESSION

      public static final DefaultRuleType EXPRESSION
      This field defines the expression type.
    • EXTERNAL

      public static final DefaultRuleType EXTERNAL
      This field defines the external rule type.
  • Method Details

    • getName

      public String getName()
      This method returns the name of the default rule type.
      Returns:
      the name of the default rule type.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object