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

HasContent

mixes in with Object

HasContent



Operations

Get list of all operations

Class HasContent defines no new operations.


Attributes

Get list of all attributes

ShortContentDescription
Subject
TypeDescription


Fields

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


Instance template

Class HasContent cannot be instantiated.


Class definition


Define Class HasContent;
    mixes in with Object;
    
    attribute ShortContentDescription: Text, readOnly;
        // call to get a description of the object
        // sometimes override
    attribute TypeDescription: Text, readOnly;
        // call to get a description of the object ready for human eyes
        // sometimes override
    attribute Subject: Text, readOnly;
        // call to get subject of the object ready for human eyes
        // sometimes override
end class;