Class GeneratedSizeConstraint

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

public abstract class GeneratedSizeConstraint extends AttributeConstraint
Generated class for type SizeConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSizeConstraint

      public GeneratedSizeConstraint()
  • Method Details

    • getDefaultAttributeModes

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

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

      public 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, 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
    • 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 Long getMin(SessionContext ctx)
      Generated method - Getter of the SizeConstraint.min attribute.
      Returns:
      the min - Underflow value
    • getMin

      public 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, 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
    • 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