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

B12155-01

oracle.owb.foundation.domain
Interface ReferenceValue

All Superinterfaces:
ScalarValue, Typed, Value
All Known Subinterfaces:
ReferenceProperty

public interface ReferenceValue
extends ScalarValue

Referecen value references other element.


Method Summary
 OWBNamedObject getReferencedElement()
          Get referenced element.
 void setReferencedElement(OWBNamedObject elem)
          Set referenced element.

 

Methods inherited from interface oracle.owb.foundation.domain.ScalarValue
getValue, setValue

 

Methods inherited from interface oracle.owb.foundation.domain.Value
equals, greaterThan, lessThan

 

Methods inherited from interface oracle.owb.foundation.domain.Typed
getType

 

Method Detail

getReferencedElement

public OWBNamedObject getReferencedElement()
Get referenced element.
Returns:
OWBNamedObject - referenced element.
See Also:
setReferencedElement(oracle.owb.foundation.OWBNamedObject)

setReferencedElement

public void setReferencedElement(OWBNamedObject elem)
                          throws TypeMismatchException
Set referenced element.
Parameters:
elem - - referenced element.
Throws:
TypeMismatchException - - if this element is in some incompatible type.
See Also:
getReferencedElement()

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.