[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]

HasAddress

mixes in with Object

HasAddress



Operations

Get list of all operations

Class HasAddress defines no new operations.


Attributes

Get list of all attributes

DateAsText
DateReceivedAsText
DateSentAsText
RecipientName
SenderName
SenderOrRecipientName
Subject


Fields

No fields are defined by HasAddress or any of its superclasses.


Instance template

Class HasAddress cannot be instantiated.


Class definition


Define Class HasAddress;
    mixes in with Object;
    
    attribute DateReceivedAsText: Text, readOnly;
    attribute DateSentAsText: Text, readOnly;
    attribute RecipientName: Text, readOnly;
    attribute SenderName: Text, readOnly;
    attribute SenderOrRecipientName: Text, readOnly;
    attribute Subject: Text, readOnly;
    
    overrides DateAsText;
        // defaults to DateSentAsText
end class;