|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
BOOLEANThe Process Flow Data Type : BOOLEAN. |
static java.lang.String |
DATEThe Process Flow Data Type : DATE. |
static java.lang.String |
FLOATThe Process Flow Data Type : FLOAT. |
static java.lang.String |
INTEGERThe Process Flow Data Type : INTEGER. |
static java.lang.String |
STRINGThe 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 |
public static final java.lang.String INTEGER
public static final java.lang.String FLOAT
public static final java.lang.String STRING
public static final java.lang.String DATE
public static final java.lang.String BOOLEAN
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||