|
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 |
Value is the super interface for all kinds of values.
Method Summary | |
boolean |
equals(Value v) Compare with another value. |
boolean |
greaterThan(Value v) Compare with another value. |
boolean |
lessThan(Value v) Compare with another value. |
Methods inherited from interface oracle.owb.foundation.domain.Typed |
getType |
Method Detail |
public boolean greaterThan(Value v)
v
- - the value to compare with.public boolean equals(Value v)
v
- is the value to compare with.public boolean lessThan(Value v)
v
- is the value to compare with.
|
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 |