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

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

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

Classes in org.camunda.bpm.model.xml.impl.type.child that implement ChildElementCollectionBuilder
 class ChildElementBuilderImpl<T extends ModelElementInstance>
           
 class ChildElementCollectionBuilderImpl<T extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollectionBuilder
<T extends ModelElementInstance>
ChildElementCollectionBuilder<T>
SequenceBuilderImpl.elementCollection(Class<T> childElementType)
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilderImpl.immutable()
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilderImpl.maxOccurs(int i)
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilderImpl.minOccurs(int i)
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilderImpl.required()
           
 

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

Subinterfaces of ChildElementCollectionBuilder in org.camunda.bpm.model.xml.type.child
 interface ChildElementBuilder<T extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.type.child that return ChildElementCollectionBuilder
<T extends ModelElementInstance>
ChildElementCollectionBuilder<T>
SequenceBuilder.elementCollection(Class<T> childElementType)
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilder.immutable()
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilder.maxOccurs(int i)
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilder.minOccurs(int i)
           
 ChildElementCollectionBuilder<T> ChildElementCollectionBuilder.required()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.