oracle.owb.foundation.domain
Interface ReferenceValue
- All Superinterfaces:
- ScalarValue, Typed, Value
- All Known Subinterfaces:
- ReferenceProperty
- public interface ReferenceValue
- extends ScalarValue
Reference value references other element.
| Methods inherited from interface oracle.owb.foundation.domain.Typed |
getType |
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()