You can modify an object's properties from its property sheet. To open an operation property sheet, double-click its Browser entry in the Operations folder.
The General tab contains the following properties:
Property |
Description |
---|---|
Parent |
Specifies the parent classifier to which the operation belongs. |
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 |
Descriptive comment for the object. |
Stereotype |
Extends the semantics of the object beyond the core UML definition. 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). |
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 "Specifying Diagrams as Related Diagrams" in Chapter 5, Diagrams, Matrices, and Symbols in the Core Features Guide.