|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
public ICMIModelObjectCollectionInfo associatedModelObjectCollectionInfo()
ICMIModelObjectCollectionInfo meta data,
describing this model collection. If no such metadata is available,
null must be returned.
|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||