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

E17060-01

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. 
 

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.
 


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

E17060-01

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