Class ChildElementCollectionImpl<T extends ModelElementInstance>

java.lang.Object
org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl<T>
All Implemented Interfaces:
ChildElementCollection<T>
Direct Known Subclasses:
ChildElementImpl

public class ChildElementCollectionImpl<T extends ModelElementInstance> extends Object implements ChildElementCollection<T>

This collection is a view on an the children of a Model Element.

Author:
Daniel Meyer