Class GeneratedRegExpConstraint

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

public abstract class GeneratedRegExpConstraint extends AttributeConstraint
Generated class for type RegExpConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedRegExpConstraint

      public GeneratedRegExpConstraint()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isNotEmpty(SessionContext ctx)
      Generated method - Getter of the RegExpConstraint.notEmpty attribute.
      Returns:
      the notEmpty - Define if empty value is allowed
    • isNotEmpty

      public Boolean isNotEmpty()
      Generated method - Getter of the RegExpConstraint.notEmpty attribute.
      Returns:
      the notEmpty - Define if empty value is allowed
    • isNotEmptyAsPrimitive

      public boolean isNotEmptyAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RegExpConstraint.notEmpty attribute.
      Returns:
      the notEmpty - Define if empty value is allowed
    • isNotEmptyAsPrimitive

      public boolean isNotEmptyAsPrimitive()
      Generated method - Getter of the RegExpConstraint.notEmpty attribute.
      Returns:
      the notEmpty - Define if empty value is allowed
    • setNotEmpty

      public void setNotEmpty(SessionContext ctx, Boolean value)
      Generated method - Setter of the RegExpConstraint.notEmpty attribute.
      Parameters:
      value - the notEmpty - Define if empty value is allowed
    • setNotEmpty

      public void setNotEmpty(Boolean value)
      Generated method - Setter of the RegExpConstraint.notEmpty attribute.
      Parameters:
      value - the notEmpty - Define if empty value is allowed
    • setNotEmpty

      public void setNotEmpty(SessionContext ctx, boolean value)
      Generated method - Setter of the RegExpConstraint.notEmpty attribute.
      Parameters:
      value - the notEmpty - Define if empty value is allowed
    • setNotEmpty

      public void setNotEmpty(boolean value)
      Generated method - Setter of the RegExpConstraint.notEmpty attribute.
      Parameters:
      value - the notEmpty - Define if empty value is allowed