|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides for user-defined input options.
In people-based processes, users are often requested to make a decision based on predefined options. The decision is then used to control the further process of control.
This interface supports the selection of a single option from several possible options.
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Deprecated. Returns a display name for the user option. |
java.lang.String |
getFailureText()
Deprecated. Provides the text to be shown when the user input contains errors. |
java.lang.String |
getName()
Deprecated. Returns the name associated with the user option. |
boolean |
getState()
Deprecated. Denotes whether the user input option is set by the user. |
boolean |
isComplete()
Deprecated. States whether a required user input option is specified. |
boolean |
isRequired()
Deprecated. States whether the user input option is required. |
boolean |
isSet()
Deprecated. States whether the user input option is set. |
void |
setState(boolean state)
Deprecated. State that the user input option is set by the user. |
Method Detail |
public boolean isComplete()
public boolean isRequired()
public boolean isSet()
public java.lang.String getDisplayName()
public java.lang.String getFailureText()
public java.lang.String getName()
public boolean getState()
public void setState(boolean state)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |