HasContent |
|
Class HasContent defines no new operations.
Attributes
Get list of all attributes
|
ShortContentDescription Subject TypeDescription |
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;