|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| 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 |
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 |
|---|
public InterfaceActionSetKM.DetachedOptionValue(IOptionValue pOptionValue)
pOptionValue - option value info to initailize this detached value.| Method Detail |
|---|
public java.lang.Object getDefaultValue()
getDefaultValue in interface IOptionValuepublic java.lang.String getHelp()
getHelp in interface IOptionValuepublic java.lang.String getName()
getName in interface IOptionValuepublic ProcedureOption.OptionType getOptionType()
getOptionType in interface IOptionValuepublic java.lang.Object getValue()
getValue in interface IOptionValuesetValue(java.lang.Object), setValue(Object)public boolean isDefaultValue()
isDefaultValue in interface IOptionValuepublic void resetToDefaultValue()
resetToDefaultValue in interface IOptionValuepublic void setValue(java.lang.Object pValue)
setValue in interface IOptionValuepValue - new option valuegetValue(), getValue()public java.lang.Object getDefaultOptionValue()
IOptionValuegetDefaultOptionValue in interface IOptionValuepublic java.lang.Object getOptionValue()
IOptionValuegetOptionValue in interface IOptionValueIOptionValue.setValue(java.lang.Object)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||