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

B12155-01

oracle.owb.foundation.type
Interface Value

All Superinterfaces:
Datatyped, OWBNamedObject
All Known Subinterfaces:
ScalarValue

public interface Value
extends Datatyped

Value is an interface for all object that can function as a value of some type.


Method Summary
 boolean equals(Value v)
          Check if this value is equal to the input value.

 

Methods inherited from interface oracle.owb.foundation.type.Datatyped
getDatatype, getLength, getPrecision, getScale, isPrecisionOmitted, setDatatype, setLength, setPrecision, setPrecisionOmitted, setScale

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Method Detail

equals

public boolean equals(Value v)
Check if this value is equal to the input value.
Parameters:
v - - A value to be compared with this value.
Returns:
A boolean value indication if the two are equal.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.