Class GeneratedDynamicConstraint

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DynamicConstraint

public abstract class GeneratedDynamicConstraint extends TypeConstraint
Generated class for type DynamicConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedDynamicConstraint

      public GeneratedDynamicConstraint()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedTypeConstraint
    • getExpression

      public String getExpression(SessionContext ctx)
      Generated method - Getter of the DynamicConstraint.expression attribute.
      Returns:
      the expression - Expression to evaluate in assigned language type
    • getExpression

      public String getExpression()
      Generated method - Getter of the DynamicConstraint.expression attribute.
      Returns:
      the expression - Expression to evaluate in assigned language type
    • setExpression

      public void setExpression(SessionContext ctx, String value)
      Generated method - Setter of the DynamicConstraint.expression attribute.
      Parameters:
      value - the expression - Expression to evaluate in assigned language type
    • setExpression

      public void setExpression(String value)
      Generated method - Setter of the DynamicConstraint.expression attribute.
      Parameters:
      value - the expression - Expression to evaluate in assigned language type
    • getLanguage

      public EnumerationValue getLanguage(SessionContext ctx)
      Generated method - Getter of the DynamicConstraint.language attribute.
      Returns:
      the language - Type of the dynamic script language
    • getLanguage

      public EnumerationValue getLanguage()
      Generated method - Getter of the DynamicConstraint.language attribute.
      Returns:
      the language - Type of the dynamic script language
    • setLanguage

      public void setLanguage(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the DynamicConstraint.language attribute.
      Parameters:
      value - the language - Type of the dynamic script language
    • setLanguage

      public void setLanguage(EnumerationValue value)
      Generated method - Setter of the DynamicConstraint.language attribute.
      Parameters:
      value - the language - Type of the dynamic script language