|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
public static class InterfaceActionSetKM.DetachedOptionValue
Represents an option value detached from a knowledge module.
Constructor Summary | |
---|---|
InterfaceActionSetKM.DetachedOptionValue(IOptionValue pOptionValue) Creates a detached option value. |
Method Summary | |
---|---|
java.lang.Object |
getDefaultValue() Gets the option value. |
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 |
getValue() Gets the value for this option. |
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 |
---|
public InterfaceActionSetKM.DetachedOptionValue(IOptionValue pOptionValue)
pOptionValue
- option value info to initailize this detached value.Method Detail |
---|
public java.lang.Object getDefaultValue()
getDefaultValue
in interface IOptionValue
public java.lang.String getHelp()
getHelp
in interface IOptionValue
public java.lang.String getName()
getName
in interface IOptionValue
public ProcedureOption.OptionType getOptionType()
getOptionType
in interface IOptionValue
public java.lang.Object getValue()
getValue
in interface IOptionValue
setValue(java.lang.Object)
, setValue(Object)
public boolean isDefaultValue()
isDefaultValue
in interface IOptionValue
public void resetToDefaultValue()
resetToDefaultValue
in interface IOptionValue
public void setValue(java.lang.Object pValue)
setValue
in interface IOptionValue
pValue
- new option valuegetValue()
, getValue()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |