CMI documentation

com.sap.tc.cmi.model
Interface ICMIModelObjectCollection

All Superinterfaces:
java.util.Collection

public interface ICMIModelObjectCollection
extends java.util.Collection

Represents a collection of instances of model classes in a model. The model classes can be typed or generic and a single collection can contain instances of multiple classes.

Implementing this interface is optional for a model implementation.

Note that without further information, no type other than java.lang.Object can be assumed for the elements of a model object collection, as typed model classes don't have to implement any specific interface.

This type can be called, extended or implemented by applications or frameworks using CMI.

Version:
$Id: //tc/CommonModelInterface/630_VAL_REL/src/_cmi_api/java/com/sap/tc/cmi/model/ICMIModelObjectCollection.java#1 $

Method Summary
 ICMIModelObjectCollectionInfo associatedModelObjectCollectionInfo()
          Returns the ICMIModelObjectCollectionInfo meta data, describing this model collection.
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

associatedModelObjectCollectionInfo

public ICMIModelObjectCollectionInfo associatedModelObjectCollectionInfo()
Returns the ICMIModelObjectCollectionInfo meta data, describing this model collection. If no such metadata is available, null must be returned.

CMI documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:53