|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.workflow.definer.WfVariableInfo
public class WfVariableInfo
Simple structure containing information pertaining to a execution object variable.
Use the newWfVariableInfo static factory method(s), not
the WfVariableInfo constructor, to construct instances of
this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
DEFAULT_VALUE
Label for the attribute; Initial value of the variable. |
static String |
NAME
Label for the attribute; Variable name. |
static String |
READ_ONLY
Label for the attribute; Determines whether the variable can be modified by the assignee of a task. |
| Method Summary | |
|---|---|
Object |
getDefaultValue()
Gets the value of the attribute: DEFAULT_VALUE. |
String |
getName()
Gets the value of the attribute: NAME. |
boolean |
isReadOnly()
Gets the value of the attribute: READ_ONLY. |
void |
setDefaultValue(Object a_DefaultValue)
Sets the value of the attribute: DEFAULT_VALUE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setReadOnly(boolean a_ReadOnly)
Sets the value of the attribute: READ_ONLY. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String DEFAULT_VALUE
Important Note: all primitive variables must be assigned a default
value.
Supported API: true
public static final String READ_ONLY
| Method Detail |
|---|
public String getName()
public void setName(String a_Name)
a_Name - public Object getDefaultValue()
Important Note: all primitive variables must be assigned a default
value.
Supported API: true
public void setDefaultValue(Object a_DefaultValue)
Important Note: all primitive variables must be assigned a default
value.
Supported API: true
a_DefaultValue - public boolean isReadOnly()
public void setReadOnly(boolean a_ReadOnly)
a_ReadOnly -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||