Interface CollectionObject

All Superinterfaces:
DataObject, PropertyHandler
All Known Subinterfaces:
ListObject, SetObject
All Known Implementing Classes:
CollectionObjectImpl, ListObjectImpl, SetObjectImpl

public interface CollectionObject extends DataObject
A CollectionObject represents an container for other DataObjects.

A detailed description can be found in the CollectionClass.

This is an abstract interface for that no corresponding implementation exists. This interface just summarises some methods that are equal for all collection objects like SetObject or ListObject.

Author:
Rainer Maximini
See Also: