Class QueryModel.LessThanEqualsProperty

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.LessThanEqualsProperty extends QueryModel.PropertyComparisonCriterion
A criterion for one property being less than or equal to another.
  • Constructor Details

    • LessThanEqualsProperty

      public LessThanEqualsProperty(String property, String otherProperty)
      Default constructor.
      Parameters:
      property - The property name
      otherProperty - The other property name