Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
-
Packages that use ChildElementCollectionBuilder Package Description 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 Modifier and Type Class Description classChildElementBuilderImpl<T extends ModelElementInstance>classChildElementCollectionBuilderImpl<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollectionBuilder Modifier and Type Method Description <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 Modifier and Type Interface Description interfaceChildElementBuilder<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.child that return ChildElementCollectionBuilder Modifier and Type Method Description <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()
-