You can modify an object's properties from its property sheet. To open a variable property sheet, double-click its name in the List of Variables or its Browser entry in the Variables folder.
Property |
Description |
---|---|
Name |
Specifies the name of the item, which should be clear and meaningful, and should convey the item's purpose to non-technical users. |
Code |
Specifies the technical name of the object, which is used for generating code or scripts. |
Comment |
Specifies a descriptive comment for the object. |
Stereotype |
Extends the semantics of the object. You can enter a stereotype directly in this field, or add stereotypes to the list by specifying them in an extension file. |
Data type |
Specifies the data type of the variable. You can choose from a list of simple data types, or type a complex type (XSD element, OOM class, XML object, etc.). [BPEL languages only] Can also specify a message format. You can click the Create tool to create a new message format. |
Element type |
Specifies whether the variable is an XSD element type. If you have defined a complex type (XSD element) in the Data type list, you should select that check box for the complex type element to be generated. The value of the data type is the name of the element prefixed by the namespace. |
Constant |
Specifies whether the variable is constant or not during the execution of the process. |
This tab specifies the variable value details. You can enter any appropriate information in this field, as well as open, insert and save text files.
The information you enter depends on the variable data type. For example, if you have specified a complex type, such as an XML object in the Data type list, you can enter the corresponding XML schema. Or if you have specified a simple type, such as Duration, you can enter 1 hour.