Package oracle.owb.foundation.property

Provides the framework for manipulation of dynamic properties of OWB metadata objects.

See:
          Description

Interface Summary
PrimitiveProperty Defines a property object whose value is primitive.
Property Property object holds a value.
PropertyOwner PropertyOwner interface provides definition of all valid properties and access methods.
PurePhysicalObject PurePhysicalObject interface represents an object using the extended property system's weak-type mechanism to define and persist an object as a property value solely within the configuration properties of its property owner.
ReferenceProperty Property object which is a reference to another element.
ScalarProperty Property object whose value is scalar value.
 

Exception Summary
NoSuchPropertyException NoSuchPropertyException is an exception that is thrown whenever the user tries to get or set a nonexistent property.
TypeMismatchException TypeMismatchException is an exception that is thrown whenever the user tries to set a value to a property and the two types are non-compatible.
 

Package oracle.owb.foundation.property Description

Provides the framework for manipulation of dynamic properties of OWB metadata objects.