public class TermRangeCondition extends Condition
Constructor and Description |
---|
TermRangeCondition(UriRef uriRefProperty,
String lowerTerm,
String upperTerm,
boolean includeUpper,
boolean includeLower)
A condition for searches on
property that returns property-objects
(values) that lie between lowerTerm and upperTerm
according to String.compareTo(java.lang.String) . |
TermRangeCondition(VirtualProperty property,
String lowerTerm,
String upperTerm,
boolean includeUpper,
boolean includeLower)
A condition for searches on
property that returns property-objects
(values) that lie between lowerTerm and upperTerm
according to String.compareTo(java.lang.String) . |
public TermRangeCondition(VirtualProperty property, String lowerTerm, String upperTerm, boolean includeUpper, boolean includeLower)
property
that returns property-objects
(values) that lie between lowerTerm
and upperTerm
according to String.compareTo(java.lang.String)
.property
- the resource type to search forlowerTerm
- the lower limit of the rangeupperTerm
- the upper limit of the rangeincludeUpper
- whether to include the upper limit in the resultsincludeLower
- whether to include the lower limit in the resultspublic TermRangeCondition(UriRef uriRefProperty, String lowerTerm, String upperTerm, boolean includeUpper, boolean includeLower)
property
that returns property-objects
(values) that lie between lowerTerm
and upperTerm
according to String.compareTo(java.lang.String)
.property
- the resource type to search forlowerTerm
- the lower limit of the rangeupperTerm
- the upper limit of the rangeincludeUpper
- whether to include the upper limit in the resultsincludeLower
- whether to include the lower limit in the resultsCopyright © 2014 The Apache Software Foundation. All Rights Reserved.