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

B12155-01

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

Method Summary
 java.lang.String getName()
          Get the name of the property object.
 PropertyOwner getPropertyOwner()
          Get the owner of the property object.
 Type getType()
          Get the type of the property object.

 

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

 

Method Detail

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.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.