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
| Methods inherited from interface oracle.owb.foundation.domain.Typed |
getType |
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.