Skip navigation links

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

E17060-03


oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionSetKM.DetachedOptionValue

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue

All Implemented Interfaces:
IOptionValue
Enclosing class:
InterfaceActionSetKM

public static class InterfaceActionSetKM.DetachedOptionValue
extends java.lang.Object
implements IOptionValue

Represents an option value detached from a knowledge module.

Since:
11.1.1.3.0

Constructor Summary
InterfaceActionSetKM.DetachedOptionValue(IOptionValue pOptionValue)
          Creates a detached option value.

 

Method Summary
 java.lang.Object getDefaultOptionValue()
          Retrieves the default value of the option.
 java.lang.Object getDefaultValue()
          Deprecated. use getDefaultOptoinValue instead
 java.lang.String getHelp()
          Gets the help string for this option.
 java.lang.String getName()
          Gets the name of this option.
 ProcedureOption.OptionType getOptionType()
          Gets the type of this option.
 java.lang.Object getOptionValue()
          Get the current option value.
 java.lang.Object getValue()
          Deprecated. use getOptionValue instead
 boolean isDefaultValue()
          Returns a boolean indicating whether the default value is set for this option.
 void resetToDefaultValue()
          Not Supported.
 void setValue(java.lang.Object pValue)
          Not Supported.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InterfaceActionSetKM.DetachedOptionValue

public InterfaceActionSetKM.DetachedOptionValue(IOptionValue pOptionValue)
Creates a detached option value.
Parameters:
pOptionValue - option value info to initailize this detached value.

Method Detail

getDefaultValue

public java.lang.Object getDefaultValue()
Deprecated. use getDefaultOptoinValue instead
Gets the option value.
Specified by:
getDefaultValue in interface IOptionValue
Returns:
option value

getHelp

public java.lang.String getHelp()
Gets the help string for this option.
Specified by:
getHelp in interface IOptionValue
Returns:
help string

getName

public java.lang.String getName()
Gets the name of this option.
Specified by:
getName in interface IOptionValue
Returns:
option name

getOptionType

public ProcedureOption.OptionType getOptionType()
Gets the type of this option.
Specified by:
getOptionType in interface IOptionValue
Returns:
option type

getValue

public java.lang.Object getValue()
Deprecated. use getOptionValue instead
Gets the value for this option.
Specified by:
getValue in interface IOptionValue
Returns:
option value
See Also:
setValue(java.lang.Object), setValue(Object)

isDefaultValue

public boolean isDefaultValue()
Returns a boolean indicating whether the default value is set for this option.
Specified by:
isDefaultValue in interface IOptionValue
Returns:
true if the default value is set for this option, else false.

resetToDefaultValue

public void resetToDefaultValue()
Not Supported.
Specified by:
resetToDefaultValue in interface IOptionValue

setValue

public void setValue(java.lang.Object pValue)
Not Supported.
Specified by:
setValue in interface IOptionValue
Parameters:
pValue - new option value
See Also:
getValue(), getValue()

getDefaultOptionValue

public java.lang.Object getDefaultOptionValue()
Description copied from interface: IOptionValue
Retrieves the default value of the option.
Specified by:
getDefaultOptionValue in interface IOptionValue
Returns:
Object

getOptionValue

public java.lang.Object getOptionValue()
Description copied from interface: IOptionValue
Get the current option value.
Specified by:
getOptionValue in interface IOptionValue
Returns:
Object
See Also:
IOptionValue.setValue(java.lang.Object)

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.