Class GeneratedMinConstraint

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

public abstract class GeneratedMinConstraint extends AttributeConstraint
Generated class for type MinConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMinConstraint

      public GeneratedMinConstraint()
  • Method Details

    • getDefaultAttributeModes

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

      public Long getValue(SessionContext ctx)
      Generated method - Getter of the MinConstraint.value attribute.
      Returns:
      the value - Minimal value
    • getValue

      public Long getValue()
      Generated method - Getter of the MinConstraint.value attribute.
      Returns:
      the value - Minimal value
    • getValueAsPrimitive

      public long getValueAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MinConstraint.value attribute.
      Returns:
      the value - Minimal value
    • getValueAsPrimitive

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

      public void setValue(SessionContext ctx, Long value)
      Generated method - Setter of the MinConstraint.value attribute.
      Parameters:
      value - the value - Minimal value
    • setValue

      public void setValue(Long value)
      Generated method - Setter of the MinConstraint.value attribute.
      Parameters:
      value - the value - Minimal value
    • setValue

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

      public void setValue(long value)
      Generated method - Setter of the MinConstraint.value attribute.
      Parameters:
      value - the value - Minimal value