Class GeneratedMaxConstraint

    • Field Detail

      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the MaxConstraint.value 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

      • GeneratedMaxConstraint

        public GeneratedMaxConstraint()
    • Method Detail

      • getValue

        public java.lang.Long getValue​(SessionContext ctx)
        Generated method - Getter of the MaxConstraint.value attribute.
        Returns:
        the value - Maximal value
      • getValue

        public java.lang.Long getValue()
        Generated method - Getter of the MaxConstraint.value attribute.
        Returns:
        the value - Maximal value
      • getValueAsPrimitive

        public long getValueAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the MaxConstraint.value attribute.
        Returns:
        the value - Maximal value
      • getValueAsPrimitive

        public long getValueAsPrimitive()
        Generated method - Getter of the MaxConstraint.value attribute.
        Returns:
        the value - Maximal value
      • setValue

        public void setValue​(SessionContext ctx,
                             java.lang.Long value)
        Generated method - Setter of the MaxConstraint.value attribute.
        Parameters:
        value - the value - Maximal value
      • setValue

        public void setValue​(java.lang.Long value)
        Generated method - Setter of the MaxConstraint.value attribute.
        Parameters:
        value - the value - Maximal value
      • setValue

        public void setValue​(SessionContext ctx,
                             long value)
        Generated method - Setter of the MaxConstraint.value attribute.
        Parameters:
        value - the value - Maximal value
      • setValue

        public void setValue​(long value)
        Generated method - Setter of the MaxConstraint.value attribute.
        Parameters:
        value - the value - Maximal value