Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Parameters Dialog

The Parameters dialog enables you to define the parameters of an operation, Activity or Interaction. The parameter list is reproduced in code in the order the parameters appear in the parameters list, so use the Up and Down buttons to move parameters into their required positions. Additionally, you can select the Add new to end checkbox to force new parameters to appear at the end of the list instead of the top. Alternatively, you can re-organize the information on the listed parameters using the List Header facilities for reported information.

Reference

Field

Usage

See also

Name

Indicates the parameter name.

 

 

Type

Select the data type of the parameter.

Alternatively, click on the (  ...  ) button and select the element classifier to define the type.

 

 

Default

Indicates an optional default value for the parameter.

 

 

Stereotype

Indicates a stereotype name, specification of a Stereotype name can also be chosen via the drop-down list.

 

 

Kind

Indicate the way a parameter is passed to a function:

In = By Value
InOut = By Reference
Out is passed by Reference, but only the return value is significant

 

 

Fixed

Set the parameter to const, even if passed by reference.

 

 

Alias

Indicate an optional alias for the parameter.

 

 

Add new to end

Place new parameters at the end of the list instead of the start.

 

 

Multiplicity

Display the Multiplicity dialog, to specify the multiplicity of the parameters.

 

 

Notes

Indicate any additional notes on the parameter.

 

 

Below is information regarding the Multiplicity dialog.

Reference

Field

Usage

See also

Lower bound

Define a lower limit to the number of elements allowed in the collection.

 

 

Upper bound

Define an upper limit to the number of elements allowed in the collection.

 

 

Allow Duplicates

Indicate that duplicates are allowed.

This maps to the UML property isUnique, value FALSE.

 

 

Multiplicity is Ordered

Indicate that the collection is ordered.

 

 

Notes

Set the amount of parameter detail to display in a specific diagram using the Show Parameter Detail drop-down list on the Diagram Properties dialog; the setting applies only to the current diagram, and the default is to show the type only

Learn more