CanBeInNameCardLog |
|
|
DateForLog SubjectForLog TypeForLog |
Class CanBeInNameCardLog defines no new attributes.
Fields
No fields are defined by CanBeInNameCardLog or any of its superclasses.
Instance template
Class CanBeInNameCardLog cannot be instantiated.
Class definition
Define Class CanBeInNameCardLog; mixes in with Object; mixes in with HasGoTo; operation DateForLog(): Text, noMethod; // returns a text object with the element's creation date operation SubjectForLog(): Text, noMethod; // returns a text object with a description of this particular element operation TypeForLog(): Text, noMethod; // returns a text description of the kind of element // eg: telecard, storage box, etc. end class;