Object <- MailAttribute |
|
|
QualifyRule |
Class MailAttribute defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| MailAttribute: | attributeNumber: | OperationNumber |
| attributeValue: | Unsigned |
instance MailAttribute tag; attributeNumber: nilOperation; attributeValue: 0; end instance;
Define Class MailAttribute; inherits from Object; field attributeNumber: OperationNumber; field attributeValue: Unsigned; operation QualifyRule(triggerData: Object; rule: Rule): Boolean; end class;