|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.viewer.Range
public class Range
A Range is an immutable range of values between two limit values. The two limit values can be included in the range, but do not have to be.
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
| Constructor Summary | |
|---|---|
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 |
|
| Constructor Detail |
|---|
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 range
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||