Class QueryModel.GreaterThanEquals

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.GreaterThanEquals extends QueryModel.PropertyCriterion
Used to restrict a value to be greater than or equal to the given value.
  • Constructor Details

    • GreaterThanEquals

      public GreaterThanEquals(String name, Object value)
      Default constructor.
      Parameters:
      name - The property name
      value - The parameter