public interface IProcedureOption
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultOptionValue()
Obtains the default value set for this ProcedureOption.
|
java.lang.Object |
getDefaultValue()
Deprecated.
Use getDefaultOptionValue
|
java.lang.String |
getDescription()
Get the description.
|
java.lang.String |
getHelp()
Obtains help that is the actual long desription of this ProcedureOption.
|
java.lang.String |
getName()
Obtains the name of this ProcedureOption.
|
int |
getPosition()
Obtains the position of this ProcedureOption in the list of options that belong to an IProcedure object.
|
java.lang.Number |
getProcedureOptionId()
Gets a numeric id for this object, for repositories that support numeric id.
|
java.lang.String |
getProcedureOptionType()
Obtains the type of this ProcedureOption.
|
java.lang.String getHelp()
java.lang.Object getDefaultOptionValue()
#setDefaultValuejava.lang.Object getDefaultValue()
#setDefaultValuejava.lang.String getName()
#setNamejava.lang.String getDescription()
#setDescriptionjava.lang.String getProcedureOptionType()
OptionType object for this procedure option. Can be SHORT_TEXT, LONG_TEXT, or CHECKBOX.#setOptionTypeint getPosition()
#setPositionjava.lang.Number getProcedureOptionId()