Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElement

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

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

Classes in org.camunda.bpm.model.xml.impl.type.child that implement ChildElement
 class ChildElementImpl<T extends ModelElementInstance>
          Represents a single Child Element (ie.
 

Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElement
 ChildElement<T> ChildElementBuilderImpl.build()
           
 

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

Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElement
ElementReferenceImpl(ChildElement<Source> referenceSourceCollection)
           
QNameElementReferenceImpl(ChildElement<Source> referenceSourceCollection)
           
UriElementReferenceImpl(ChildElement<Source> referenceSourceCollection)
           
 

Uses of ChildElement in org.camunda.bpm.model.xml.type.child
 

Methods in org.camunda.bpm.model.xml.type.child that return ChildElement
 ChildElement<T> ChildElementBuilder.build()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.