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.ProcedureOption.OptionType

Packages that use ProcedureOption.OptionType
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 

 

Uses of ProcedureOption.OptionType in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return ProcedureOption.OptionType
 ProcedureOption.OptionType IOptionValue.getOptionType()
          Returns the option type.
 ProcedureOption.OptionType ProcedureOption.getOptionType()
          Obtains the type of this ProcedureOption.
static ProcedureOption.OptionType ProcedureOption.OptionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcedureOption.OptionType[] ProcedureOption.OptionType.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 ProcedureOption.OptionType
 ProcedureOption OdiProcedure.addOption(java.lang.String pOptionName, ProcedureOption.OptionType pType, java.lang.Object pDefaultValue)
          Adds (assigning it the lastest position) a new ProcedureOption of the given type, default value and with the given name to this OdiProcedure.
 ProcedureOption OdiUserProcedure.addOption(java.lang.String pOptionName, ProcedureOption.OptionType pType, java.lang.Object pDefaultValue)
           
 void ProcedureOption.setOptionType(ProcedureOption.OptionType pOptionType)
          Defines the type of this ProcedureOption.

 

Uses of ProcedureOption.OptionType in oracle.odi.interfaces.interactive.support.actions

 

Methods in oracle.odi.interfaces.interactive.support.actions that return ProcedureOption.OptionType
 ProcedureOption.OptionType InterfaceActionSetKM.DetachedOptionValue.getOptionType()
          Gets the type of this option.

 


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.