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

B12155-01

oracle.owb.foundation.domain
Interface Typed

All Known Subinterfaces:
Domain, PrimitiveProperty, PrimitiveValue, Property, PropertyDefinition, ReferenceProperty, ReferenceValue, ScalarProperty, ScalarValue, Value

public interface Typed

Typed interface is used for all objects which has a type.

Author:
Xiaoge Zhang

Method Summary
 Type getType()
          Get the type.

 

Method Detail

getType

public Type getType()
Get the type.
Returns:
the type of this object.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.