edu.ksu.cis.cadena.core.specification.base
Interface TrashCan


public interface TrashCan

A representation of the model object 'Trash Can'.

The following features are supported:

See Also:
BasePackage.getTrashCan()

Method Summary
 EList getTrash()
          Returns the value of the 'Trash' containment reference list.
 java.util.List<CalmObject> getTypedTrash()
           
 

Method Detail

getTrash

EList getTrash()
Returns the value of the 'Trash' containment reference list. The list contents are of type CalmObject.

If the meaning of the 'Trash' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Trash' containment reference list.
See Also:
BasePackage.getTrashCan_Trash()

getTypedTrash

java.util.List<CalmObject> getTypedTrash()