Class GeneratedDecimalMinConstraint

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

public abstract class GeneratedDecimalMinConstraint extends AttributeConstraint
Generated class for type DecimalMinConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedDecimalMinConstraint

      public GeneratedDecimalMinConstraint()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isInclusive(SessionContext ctx)
      Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
      Returns:
      the inclusive - Inclusive
    • isInclusive

      public Boolean isInclusive()
      Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
      Returns:
      the inclusive - Inclusive
    • isInclusiveAsPrimitive

      public boolean isInclusiveAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
      Returns:
      the inclusive - Inclusive
    • isInclusiveAsPrimitive

      public boolean isInclusiveAsPrimitive()
      Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
      Returns:
      the inclusive - Inclusive
    • setInclusive

      public void setInclusive(SessionContext ctx, Boolean value)
      Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
      Parameters:
      value - the inclusive - Inclusive
    • setInclusive

      public void setInclusive(Boolean value)
      Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
      Parameters:
      value - the inclusive - Inclusive
    • setInclusive

      public void setInclusive(SessionContext ctx, boolean value)
      Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
      Parameters:
      value - the inclusive - Inclusive
    • setInclusive

      public void setInclusive(boolean value)
      Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
      Parameters:
      value - the inclusive - Inclusive
    • getValue

      public BigDecimal getValue(SessionContext ctx)
      Generated method - Getter of the DecimalMinConstraint.value attribute.
      Returns:
      the value - Maximal value
    • getValue

      public BigDecimal getValue()
      Generated method - Getter of the DecimalMinConstraint.value attribute.
      Returns:
      the value - Maximal value
    • setValue

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

      public void setValue(BigDecimal value)
      Generated method - Setter of the DecimalMinConstraint.value attribute.
      Parameters:
      value - the value - Maximal value