public static class InterfaceActionSetKM.DetachedOptionValue extends java.lang.Object implements IOptionValue
| Constructor and Description |
|---|
DetachedOptionValue(IOptionValue pOptionValue)
Deprecated.
Creates a detached option value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultOptionValue()
Deprecated.
Retrieves the default value of the option.
|
java.lang.Object |
getDefaultValue()
Deprecated.
use getDefaultOptoinValue instead
|
java.lang.String |
getHelp()
Deprecated.
Gets the help string for this option.
|
java.lang.String |
getName()
Deprecated.
Gets the name of this option.
|
ProcedureOption.OptionType |
getOptionType()
Deprecated.
Gets the type of this option.
|
java.lang.Object |
getOptionValue()
Deprecated.
Get the current option value.
|
java.lang.String |
getOptionValueString()
Deprecated.
Gets the option value as a string.
|
java.lang.String |
getProcedureOptionType()
Deprecated.
Returns the option type.
|
java.lang.Object |
getValue()
Deprecated.
use getOptionValue instead
|
boolean |
isDefaultValue()
Deprecated.
Returns a boolean indicating whether the default value is set for this option.
|
void |
resetToDefaultValue()
Deprecated.
Not Supported.
|
void |
setValue(java.lang.Object pValue)
Deprecated.
Not Supported.
|
public DetachedOptionValue(IOptionValue pOptionValue)
pOptionValue - option value info to initailize this detached value.public java.lang.Object getDefaultValue()
public java.lang.String getHelp()
getHelp in interface IOptionValuepublic java.lang.String getName()
getName in interface IOptionValuepublic ProcedureOption.OptionType getOptionType()
public java.lang.Object getValue()
setValue(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)public java.lang.String getOptionValueString()
IOptionValuegetOptionValueString in interface IOptionValuepublic java.lang.String getProcedureOptionType()
IOptionValuegetProcedureOptionType in interface IOptionValue