Class GreaterThanEqual

All Implemented Interfaces:
AttributeConstraint, Constraint, Serializable, Cloneable

public class GreaterThanEqual extends Compare
Constraint to compare if belonging attribute is greater than or equals to a specific value.
Since:
4.0.17
See Also:
  • Constructor Details

    • GreaterThanEqual

      public GreaterThanEqual(@NotNull @NotNull String attributeName, Parameter parameter)
      Creates a new GreaterThanEqual constraint for the given attributeName and given parameter
      Since:
      4.0.17
    • GreaterThanEqual

      public GreaterThanEqual(@NotNull @NotNull String attributeName, Object value)
      Creates a new GreaterThanEqual constraint for the given attributeName and the given value
      Since:
      4.0.17
  • Method Details