To view or edit an operation's properties, double-click its diagram symbol or Browser or list entry. The property sheet tabs and fields listed here are those available by default, before any customization of the interface by you or an administrator.
The General tab contains the following properties:
Property |
Description |
---|---|
Parent |
Specifies the parent classifier to which the operation belongs. |
Name/Code/Comment |
Identify the object. The name should clearly convey the object's purpose to non-technical users, while the code, which is used for generating code or scripts, may be abbreviated, and should not normally include spaces. You can optionally add a comment to provide more detailed information about the object. By default the code is generated from the name by applying the naming conventions specified in the model options. To decouple name-code synchronization, click to release the = button to the right of the Code field. |
Stereotype |
Extends the semantics of the object beyond the core UML definition. You can enter a stereotype directly in this field, or add stereotypes to the list by specifying them in an extension file. The following common stereotypes are available by default:
For more information on EJB specific methods, see Defining Operations for EJBs. |
Return Type |
A list of values returned by a call of the operation. If none are returned, the return type value is null |
Visibility |
|
Language event |
When classes represent elements of interfaces, this box allows you to show an operation as triggered by a significant occurrence of an event |
Static |
The operation is associated with the class, as a consequence, static operations are shared by all instances of the class and have always the same value among instances |
Array |
Flag defining the return type of the operation. It is true if the value returned is a table |
Abstract |
The operation cannot be instantiated and thus has no direct instances |
Final |
The operation cannot be redefined |
Read-only |
Operation whose execution does not change the class instance |
Web service method |
If displayed and selected, implies that the operation is used as a web service method |
Influent object |
Operation that influences the current operation. The most common influence links are "overrides" or "implements" as explained below |
Overrides |
Indicates which parent operation the current operation is overriding through a generalization link |
Implements |
Name of the interface operation the current operation is implementing though a realization link |
Generic |
Specifies that the operation is a generic method (see Generic Types and Methods). |
Keywords |
Provide a way of loosely grouping objects through tagging. To enter multiple keywords, separate them with commas. |
The Parameters tab lists the parameters of your operation. Each parameter is a variable that can be changed, passed, or returned. A parameter has the following properties:
The Implementation tab allows you to specify the code that will be used to implement the operation, and contains the following sub-tabs at the bottom of the dialog:
Items |
Description |
---|---|
Body |
Code of the implementation. |
Exceptions |
Signal raised in response to behavioral faults during system execution. Use the Add Exception tool to select an exception classifier to add at the cursor position. |
Pre-condition |
A constraint that must be true when an operation is invoked. |
Post-condition |
A constraint that must be true at the completion of an operation. |
Specification |
Similar to the pseudo code, it is a description of the normal sequence of actions. |
The following tabs are also available:
Generic - lets you specify the type parameters of a generic method (see Generic Types and Methods
Related Diagrams - lists and lets you add model diagrams that are related to the operation (see Core Features Guide > The PowerDesigner Interface > Diagrams, Matrices, and Symbols > Diagrams > Specifying Diagrams as Related Diagrams).