Class GeneratedRegExpConstraint

    • Field Detail

      • NOTEMPTY

        public static final java.lang.String NOTEMPTY
        Qualifier of the RegExpConstraint.notEmpty 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

      • GeneratedRegExpConstraint

        public GeneratedRegExpConstraint()
    • Method Detail

      • isNotEmpty

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

        public java.lang.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,
                                java.lang.Boolean value)
        Generated method - Setter of the RegExpConstraint.notEmpty attribute.
        Parameters:
        value - the notEmpty - Define if empty value is allowed
      • setNotEmpty

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