Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.foundation.domain
Interface Value

All Superinterfaces:
Typed
All Known Subinterfaces:
PrimitiveProperty, PrimitiveValue, Property, ReferenceProperty, ReferenceValue, ScalarProperty, ScalarValue

public interface Value
extends Typed

Value is the super interface for all kinds of values.

Author:
Xiaoge Zhang

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

greaterThan

public boolean greaterThan(Value v)
Compare with another value.
Parameters:
v - - the value to compare with.
Returns:
true if greater than the target value.

equals

public boolean equals(Value v)
Compare with another value.
Parameters:
v - is the value to compare with.
Returns:
true if equals to the target value.

lessThan

public boolean lessThan(Value v)
Compare with another value.
Parameters:
v - is the value to compare with.
Returns:
true if less than the target value.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.