Class GeneratedSizeConstraint

    • Field Detail

      • MIN

        public static final java.lang.String MIN
        Qualifier of the SizeConstraint.min attribute
        See Also:
        Constant Field Values
      • MAX

        public static final java.lang.String MAX
        Qualifier of the SizeConstraint.max 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

      • GeneratedSizeConstraint

        public GeneratedSizeConstraint()
    • Method Detail

      • getMax

        public java.lang.Long getMax​(SessionContext ctx)
        Generated method - Getter of the SizeConstraint.max attribute.
        Returns:
        the max - Overflow value
      • getMax

        public java.lang.Long getMax()
        Generated method - Getter of the SizeConstraint.max attribute.
        Returns:
        the max - Overflow value
      • getMaxAsPrimitive

        public long getMaxAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SizeConstraint.max attribute.
        Returns:
        the max - Overflow value
      • getMaxAsPrimitive

        public long getMaxAsPrimitive()
        Generated method - Getter of the SizeConstraint.max attribute.
        Returns:
        the max - Overflow value
      • setMax

        public void setMax​(SessionContext ctx,
                           java.lang.Long value)
        Generated method - Setter of the SizeConstraint.max attribute.
        Parameters:
        value - the max - Overflow value
      • setMax

        public void setMax​(java.lang.Long value)
        Generated method - Setter of the SizeConstraint.max attribute.
        Parameters:
        value - the max - Overflow value
      • setMax

        public void setMax​(SessionContext ctx,
                           long value)
        Generated method - Setter of the SizeConstraint.max attribute.
        Parameters:
        value - the max - Overflow value
      • setMax

        public void setMax​(long value)
        Generated method - Setter of the SizeConstraint.max attribute.
        Parameters:
        value - the max - Overflow value
      • getMin

        public java.lang.Long getMin​(SessionContext ctx)
        Generated method - Getter of the SizeConstraint.min attribute.
        Returns:
        the min - Underflow value
      • getMin

        public java.lang.Long getMin()
        Generated method - Getter of the SizeConstraint.min attribute.
        Returns:
        the min - Underflow value
      • getMinAsPrimitive

        public long getMinAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SizeConstraint.min attribute.
        Returns:
        the min - Underflow value
      • getMinAsPrimitive

        public long getMinAsPrimitive()
        Generated method - Getter of the SizeConstraint.min attribute.
        Returns:
        the min - Underflow value
      • setMin

        public void setMin​(SessionContext ctx,
                           java.lang.Long value)
        Generated method - Setter of the SizeConstraint.min attribute.
        Parameters:
        value - the min - Underflow value
      • setMin

        public void setMin​(java.lang.Long value)
        Generated method - Setter of the SizeConstraint.min attribute.
        Parameters:
        value - the min - Underflow value
      • setMin

        public void setMin​(SessionContext ctx,
                           long value)
        Generated method - Setter of the SizeConstraint.min attribute.
        Parameters:
        value - the min - Underflow value
      • setMin

        public void setMin​(long value)
        Generated method - Setter of the SizeConstraint.min attribute.
        Parameters:
        value - the min - Underflow value