Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.project.OdiVariable.DataType

Packages that use OdiVariable.DataType
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   

 

Uses of OdiVariable.DataType in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiVariable.DataType
 OdiVariable.DataType OdiVariable.getDataType()
          Returns the OdiVariable.DataType defined on this OdiVariable instance.
static OdiVariable.DataType OdiVariable.DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiVariable.DataType[] OdiVariable.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.project with parameters of type OdiVariable.DataType
 void OdiVariable.setDataType(OdiVariable.DataType pDatatype)
          Defines the data type of this OdiVariable instance.

 

Uses of OdiVariable.DataType in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiVariable.DataType
 OdiVariable.DataType OdiLoadPlanVariable.getDataType()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiVariable.DataType
 void OdiLoadPlanVariable.setDataType(OdiVariable.DataType dataType)
           

 

Uses of OdiVariable.DataType in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return OdiVariable.DataType
 OdiVariable.DataType OdiLoadPlanInstanceVariable.getDataType()
           

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.