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

HasContact

mixes in with Object

HasContact



Operations

Get list of all operations

Class HasContact defines no new operations.


Attributes

Get list of all attributes

ContactLocation
ContactPhoneNumber


Fields

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


Instance template

Class HasContact cannot be instantiated.


Class definition

Define Class HasContact;
    mixes in with Object;
    
    attribute ContactLocation: Text, readOnly;
    attribute ContactPhoneNumber: Text, readOnly;
end class;