Class GeneratedDigitsConstraint

    • Field Detail

      • INTEGER

        public static final java.lang.String INTEGER
        Qualifier of the DigitsConstraint.integer attribute
        See Also:
        Constant Field Values
      • FRACTION

        public static final java.lang.String FRACTION
        Qualifier of the DigitsConstraint.fraction 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

      • GeneratedDigitsConstraint

        public GeneratedDigitsConstraint()
    • Method Detail

      • getFraction

        public java.lang.Integer getFraction​(SessionContext ctx)
        Generated method - Getter of the DigitsConstraint.fraction attribute.
        Returns:
        the fraction - Fraction part of the number
      • getFraction

        public java.lang.Integer getFraction()
        Generated method - Getter of the DigitsConstraint.fraction attribute.
        Returns:
        the fraction - Fraction part of the number
      • getFractionAsPrimitive

        public int getFractionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DigitsConstraint.fraction attribute.
        Returns:
        the fraction - Fraction part of the number
      • getFractionAsPrimitive

        public int getFractionAsPrimitive()
        Generated method - Getter of the DigitsConstraint.fraction attribute.
        Returns:
        the fraction - Fraction part of the number
      • setFraction

        public void setFraction​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the DigitsConstraint.fraction attribute.
        Parameters:
        value - the fraction - Fraction part of the number
      • setFraction

        public void setFraction​(java.lang.Integer value)
        Generated method - Setter of the DigitsConstraint.fraction attribute.
        Parameters:
        value - the fraction - Fraction part of the number
      • setFraction

        public void setFraction​(SessionContext ctx,
                                int value)
        Generated method - Setter of the DigitsConstraint.fraction attribute.
        Parameters:
        value - the fraction - Fraction part of the number
      • setFraction

        public void setFraction​(int value)
        Generated method - Setter of the DigitsConstraint.fraction attribute.
        Parameters:
        value - the fraction - Fraction part of the number
      • getInteger

        public java.lang.Integer getInteger​(SessionContext ctx)
        Generated method - Getter of the DigitsConstraint.integer attribute.
        Returns:
        the integer - Integer part of the number
      • getInteger

        public java.lang.Integer getInteger()
        Generated method - Getter of the DigitsConstraint.integer attribute.
        Returns:
        the integer - Integer part of the number
      • getIntegerAsPrimitive

        public int getIntegerAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DigitsConstraint.integer attribute.
        Returns:
        the integer - Integer part of the number
      • getIntegerAsPrimitive

        public int getIntegerAsPrimitive()
        Generated method - Getter of the DigitsConstraint.integer attribute.
        Returns:
        the integer - Integer part of the number
      • setInteger

        public void setInteger​(SessionContext ctx,
                               java.lang.Integer value)
        Generated method - Setter of the DigitsConstraint.integer attribute.
        Parameters:
        value - the integer - Integer part of the number
      • setInteger

        public void setInteger​(java.lang.Integer value)
        Generated method - Setter of the DigitsConstraint.integer attribute.
        Parameters:
        value - the integer - Integer part of the number
      • setInteger

        public void setInteger​(SessionContext ctx,
                               int value)
        Generated method - Setter of the DigitsConstraint.integer attribute.
        Parameters:
        value - the integer - Integer part of the number
      • setInteger

        public void setInteger​(int value)
        Generated method - Setter of the DigitsConstraint.integer attribute.
        Parameters:
        value - the integer - Integer part of the number