You design a PowerBuilder user object using a class with the <<userObject>> stereotype.
User objects properties are defined as follow:
|
PB user object property |
designed as |
|---|---|
|
Control |
inner class with <<control>> stereotype |
|
Instance variable |
Attribute |
|
Shared variable |
Static attribute |
|
Property |
attribute with <<property>> stereotype |
|
Function |
Operation |
|
Event |
operation with <<event>> stereotype or operation with non-null event name |
|
Structure in object |
inner class with <<structure>> stereotype |