Uses of Class
org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl

Packages that use ChildElementCollectionImpl
org.camunda.bpm.model.xml.impl.type.child   
org.camunda.bpm.model.xml.impl.type.reference   
 

Uses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.child
 

Subclasses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.child
 class ChildElementImpl<T extends ModelElementInstance>
          Represents a single Child Element (ie.
 

Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollectionImpl
protected  ChildElementCollectionImpl<T> ChildElementCollectionBuilderImpl.createCollectionInstance()
           
protected  ChildElementCollectionImpl<T> ChildElementBuilderImpl.createCollectionInstance()
           
 

Uses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.reference
 

Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElementCollectionImpl
ElementReferenceCollectionBuilderImpl(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementCollectionImpl<Source> collection)
           
IdsElementReferenceCollectionBuilderImpl(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementCollectionImpl<Source> collection)
           
QNameElementReferenceCollectionBuilderImpl(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementCollectionImpl<Source> collection)
           
UriElementReferenceCollectionBuilderImpl(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementCollectionImpl<Source> collection)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.