public interface IOptionValue extends IOptionValue
ProcedureOption
when the procedure is used (StepProcedure, OdiModel...).
Mapping information:
Is an aggregate of SNP_UE_USED, SNP_USER_EXIT...
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultOptionValue()
Retrieves the default value of the option.
|
java.lang.Object |
getDefaultValue()
Deprecated.
Use getDefaultOptionValue
|
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 |
getOptionValue()
Get the current option value.
|
java.lang.Object |
getValue()
Deprecated.
Use getOptionValue.
|
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.
|
getOptionValueString, getProcedureOptionTypejava.lang.String getName()
getName in interface IOptionValuejava.lang.String getHelp()
getHelp in interface IOptionValuejava.lang.Object getDefaultOptionValue()
getDefaultOptionValue in interface IOptionValuejava.lang.Object getDefaultValue()
ProcedureOption.OptionType getOptionType()
ProcedureOption.OptionTypevoid resetToDefaultValue()
resetToDefaultValue in interface IOptionValueboolean isDefaultValue()
isDefaultValue in interface IOptionValuevoid setValue(java.lang.Object pValue)
setValue in interface IOptionValuepValue - new option valuegetValue()java.lang.Object getOptionValue()
getOptionValue in interface IOptionValuesetValue(java.lang.Object)java.lang.Object getValue()
setValue(java.lang.Object)