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

CanBeInNameCardLog

mixes in with Object
mixes in with HasGoTo

CanBeInNameCardLog



Operations

Get list of all operations

DateForLog
SubjectForLog
TypeForLog


Attributes

Get list of all attributes

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;