|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultiTypeVariable
A MultiTypeVariable object contains a process variable.
It contains name, value, variable type information,
as well as information about whether the variable is visible or searchable.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieves the description. |
java.lang.String |
getName()
Retrieves a process variable name. |
java.lang.String |
getTitle()
Retrieves the title. |
java.lang.String |
getType()
Retrieves a process variable type. |
java.lang.Object |
getValue()
Retrieves a process variable value. |
boolean |
isCommon()
Determines whether the process variable is common to all process definitions. |
boolean |
isSearchable()
Determines whether the process variable is searchable in the process designer. |
boolean |
isVisible()
Determines whether the process variable is visible in the process designer. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.Object getValue()
Object containing the process variable value.
The value must be cast according to the value in the MultiTypeVariable.getType() method.java.lang.String getType()
boolean isVisible()
true if it is visible, false otherwise.boolean isSearchable()
true if it is searchable, false otherwise.boolean isCommon()
true if it is common, false otherwise.java.lang.String getTitle()
java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||