Class ChildElementImpl<T extends ModelElementInstance>

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

public class ChildElementImpl<T extends ModelElementInstance> extends ChildElementCollectionImpl<T> implements ChildElement<T>
Represents a single Child Element (ie. maxOccurs = 1);
Author:
Daniel Meyer