[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

MailAttribute

inherits from Object

Object <- MailAttribute



Operations

Get list of all operations

QualifyRule


Attributes

Get list of all attributes

Class MailAttribute defines no new attributes.


Fields

Field Type
MailAttribute: attributeNumber: OperationNumber
attributeValue: Unsigned


Instance template

instance MailAttribute tag;
attributeNumber: nilOperation;
 attributeValue: 0;
end instance;

Class definition

Define Class MailAttribute;
    inherits from Object;

    field attributeNumber: OperationNumber;
    field attributeValue: Unsigned;

    operation QualifyRule(triggerData: Object; rule:  Rule): Boolean;
end class;