oracle.owb.foundation.property
Interface Property
- All Superinterfaces:
- Typed, Value
- All Known Subinterfaces:
- PrimitiveProperty, ReferenceProperty, ScalarProperty
- public interface Property
- extends Value
Property object holds a value. It's the base for all kinds of properties.
- Version:
- 1.0
getName
public java.lang.String getName()
- Get the name of the property object.
- Returns:
- - the name of the property.
getType
public Type getType()
- Get the type of the property object.
- Specified by:
getType in interface Typed
- Returns:
- - the type of the property.
getPropertyOwner
public PropertyOwner getPropertyOwner()
- Get the owner of the property object.
- Returns:
- - the owner of the property.