Class GeneratedDynamicConstraint

    • Field Detail

      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the DynamicConstraint.language attribute
        See Also:
        Constant Field Values
      • EXPRESSION

        public static final java.lang.String EXPRESSION
        Qualifier of the DynamicConstraint.expression attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDynamicConstraint

        public GeneratedDynamicConstraint()
    • Method Detail

      • getExpression

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

        public java.lang.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,
                                  java.lang.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​(java.lang.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