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

B12155-01

oracle.owb.foundation.type
Interface DatatypeSet

All Superinterfaces:
OWBNamedObject
All Known Subinterfaces:
MapDatatypeSet, MappingPropertyDatatypeSet, OracleDatatypeSet, PLSQLDatatypeSet, ProcessDatatypeSet, SAPDatatypeSet, SQLLoaderDatatypeSet

public interface DatatypeSet
extends OWBNamedObject

DatatypeSet represents a collection of dataypes, usualy defining the valid dataypes for a language or for a schema.


Method Summary
 Datatype findDataType(java.lang.String datatypeName)
          Search for a datatype given its name.
 Datatype[] getDataTypes()
          Obtain datatypes in an array.

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Method Detail

getDataTypes

public Datatype[] getDataTypes()
Obtain datatypes in an array.
Returns:
The array of valid data types in this datatype set

findDataType

public Datatype findDataType(java.lang.String datatypeName)
Search for a datatype given its name.
Parameters:
datatypeName - - The name of the datatype.
Returns:
the DataType object associated with the string representation.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.