|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Range is a range of values.
| Method Summary | |
Value |
getMaximumValue()Return the maximum value of the range. |
Value |
getMinimumValue()Return the minimum value of the range. |
boolean |
inRange(Value value)Check if the value is in range. |
boolean |
isMaximumValueInclusive()Return true if the maximum value is in this range. |
boolean |
isMinimumValueInclusive()Return true if the minimum value is in this range. |
| Method Detail |
public Value getMinimumValue()
public Value getMaximumValue()
public boolean isMinimumValueInclusive()
public boolean isMaximumValueInclusive()
public boolean inRange(Value value)
value - is the value to be checked.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||