You design a PowerBuilder application using a class with the <<application>> stereotype.
Application properties are defined as follow:
|
PB application property |
designed as |
|---|---|
|
Instance variable |
Attribute |
|
Shared variable |
Static attribute |
|
Global variable |
Attribute with <<global>> stereotype |
|
Property |
Attribute with <<property>> stereotype |
|
External function |
Operation with <<external>> stereotype |
|
Function |
Operation |
|
Event |
Operation with <<event>> stereotype or operation with non-null event name |
|
Structure in object |
Inner class with <<structure>> stereotype |