Enums ===== .. php:enum:: Activation : string Activate/deactivate a message recipient .. php:case:: activate : '+' .. php:case:: deactivate : '-' .. php:enum:: Arrow : string Message arrows .. php:case:: dottedLine : '-->' .. php:case:: dottedLineArrowhead : '-->>' .. php:case:: dottedLineAsync : '--)' .. php:case:: dottedLineCross : '--x' .. php:case:: solidLine : '->' .. php:case:: solidLineArrowhead : '->>' .. php:case:: solidLineAsync : '-)' .. php:case:: solidLineCross : '-x' .. php:enum:: Destroy Destroy one of the participants after a message .. php:case:: recipient .. php:case:: sender .. php:enum:: ParticipantType Defines the type of participant .. php:case:: boundary .. php:case:: collections .. php:case:: control .. php:case:: database .. php:case:: entity .. php:enum:: Position : string Defines the position of a note .. php:case:: leftOf : 'left of' .. php:case:: over : 'over' .. php:case:: rightOf : 'right of'