@JsonData
public class Range
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Range(java.lang.Object lower,
java.lang.Object upper,
boolean includeLower,
boolean includeUpper)
Creates a new range with the given lower and upper limits
The value types of the objects set should be:
String for STRING Double for NUMBER and CURRENCY Boolean for BOOLEAN Date for DATE and DATETIME Time for TIME byte[] for BINARY |
public Range(java.lang.Object lower, java.lang.Object upper, boolean includeLower, boolean includeUpper)
lower
- lower limit of the rangeupper
- upper limit of the rangeincludeLower
- whether to include the lower limit in the rangeincludeUpper
- whether to include the upper limit in the rangeCopyright © 1999-2018 by i-net software GmbH