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

B12155-01

oracle.owb.processflow
Interface ProcessDatatypeSet

All Superinterfaces:
DatatypeSet, OWBNamedObject

public interface ProcessDatatypeSet
extends DatatypeSet

ProcessDatatypeSet represents the valid dataypes allowed in OWB Process Flows. There is only one instance of this interface, which can be retrieved with the getInstance method.


Field Summary
static java.lang.String BOOLEAN
          The Process Flow Data Type : BOOLEAN.
static java.lang.String DATE
          The Process Flow Data Type : DATE.
static java.lang.String FLOAT
          The Process Flow Data Type : FLOAT.
static java.lang.String INTEGER
          The Process Flow Data Type : INTEGER.
static java.lang.String STRING
          The Process Flow Data Type : STRING.

 

Methods inherited from interface oracle.owb.foundation.type.DatatypeSet
findDataType, getDataTypes

 

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

 

Field Detail

INTEGER

public static final java.lang.String INTEGER
The Process Flow Data Type : INTEGER.
See Also:
Constant Field Values

FLOAT

public static final java.lang.String FLOAT
The Process Flow Data Type : FLOAT.
See Also:
Constant Field Values

STRING

public static final java.lang.String STRING
The Process Flow Data Type : STRING. This is a VARCHAR2 type
See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
The Process Flow Data Type : DATE.
See Also:
Constant Field Values

BOOLEAN

public static final java.lang.String BOOLEAN
The Process Flow Data Type : BOOLEAN.
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.