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

E17060-01

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

Packages that use Action
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 Action in oracle.odi.domain.runtime.scenario
 

Methods in oracle.odi.domain.runtime.scenario that return Action
 Action OdiScenarioVariable.getAction()
          Returns Action of this variable (see enum Action).
 

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

Methods in oracle.odi.domain.runtime.session that return Action
 Action OdiSessionVariable.getAction()
          Returns Action of this variable.
 

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

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


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.