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

E17060-01

oracle.odi.domain.project
Interface IOptionValue

All Known Implementing Classes:
InterfaceActionSetKM.DetachedOptionValue

public interface IOptionValue

This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).

Mapping information:
Is an aggregate of SNP_UE_USED, SNP_USER_EXIT...

Created on 5 dec. 07

Since:
11.1.1.3.0

Method Summary
 java.lang.Object getDefaultValue()
          Retrieves the default value of the option.
 java.lang.String getHelp()
          Retrieves the help text.
 java.lang.String getName()
          Retrieves the name of the procedure option.
 ProcedureOption.OptionType getOptionType()
          Returns the option type.
 java.lang.Object getValue()
          Get the current option value.
 boolean isDefaultValue()
          Returns whether the value used is actually the default value.
 void resetToDefaultValue()
          Reset the current option value to the defaut value.
 void setValue(java.lang.Object pValue)
          Sets a current value.
 

Method Detail

getDefaultValue

java.lang.Object getDefaultValue()
Retrieves the default value of the option.

Returns:
Object

getHelp

java.lang.String getHelp()
Retrieves the help text.

Returns:
String

getName

java.lang.String getName()
Retrieves the name of the procedure option.

Returns:
String

getOptionType

ProcedureOption.OptionType getOptionType()
Returns the option type.

Returns:
ProcedureOption.OptionType

getValue

java.lang.Object getValue()
Get the current option value.

Returns:
Object
See Also:
setValue(java.lang.Object)

isDefaultValue

boolean isDefaultValue()
Returns whether the value used is actually the default value.

Returns:
true if value used is actually the default value

resetToDefaultValue

void resetToDefaultValue()
Reset the current option value to the defaut value.


setValue

void setValue(java.lang.Object pValue)
Sets a current value.

Parameters:
pValue - new option value
See Also:
getValue()

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.