Skip navigation links

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

E17060-02


Uses of Class
oracle.odi.domain.runtime.variable.VariableType

Packages that use VariableType
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
oracle.odi.domain.runtime.session This package contains classes for managing Oracle Data Integrator Sessions and related objects. 
oracle.odi.domain.runtime.variable This package contains classes for needed to create and work with Oracle Data Integrator variables and their values. 

 

Uses of VariableType in oracle.odi.domain.runtime.scenario

 

Methods in oracle.odi.domain.runtime.scenario that return VariableType
 VariableType OdiScenarioVariable.getType()
          Return the type of this variable entity.

 

Uses of VariableType in oracle.odi.domain.runtime.session

 

Methods in oracle.odi.domain.runtime.session that return VariableType
 VariableType OdiSessionVariable.getType()
          Gets the type of this variable.

 

Uses of VariableType in oracle.odi.domain.runtime.variable

 

Methods in oracle.odi.domain.runtime.variable that return VariableType
static VariableType VariableType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VariableType[] VariableType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 


Skip navigation links

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

E17060-02


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