User object

Vous modélisez un user object PowerBuilder à l'aide d'une classe ayant le stéréotype <<userObject>>.

Les propriétés d'un user object sont définies comme suit :

Propriété d'un user object PB

Modélisée comme

Control

Classe interne avec un stéréotype <<control>>

Instance variable

Attribut

Shared variable

Attribut statique

Property

Attribut avec le stéréotype <<property>>

Function

Opération

Event

Opération avec le stéréotype <<event>> ou opération avec un nom d'événement non-null

Structure in object

Classe interne avec un stéréotype <<structure>>