Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
Packages that use ChildElementCollectionBuilder
-
Uses of ChildElementCollectionBuilder in org.camunda.bpm.model.xml.impl.type.child
Classes in org.camunda.bpm.model.xml.impl.type.child that implement ChildElementCollectionBuilderModifier and TypeClassDescriptionclassChildElementBuilderImpl<T extends ModelElementInstance>classMethods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollectionBuilderModifier and TypeMethodDescription<T extends ModelElementInstance>
ChildElementCollectionBuilder<T>SequenceBuilderImpl.elementCollection(Class<T> childElementType) ChildElementCollectionBuilderImpl.immutable()ChildElementCollectionBuilderImpl.maxOccurs(int i) ChildElementCollectionBuilderImpl.minOccurs(int i) ChildElementCollectionBuilderImpl.required() -
Uses of ChildElementCollectionBuilder in org.camunda.bpm.model.xml.type.child
Subinterfaces of ChildElementCollectionBuilder in org.camunda.bpm.model.xml.type.childModifier and TypeInterfaceDescriptioninterfaceChildElementBuilder<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.child that return ChildElementCollectionBuilderModifier and TypeMethodDescription<T extends ModelElementInstance>
ChildElementCollectionBuilder<T>SequenceBuilder.elementCollection(Class<T> childElementType) ChildElementCollectionBuilder.immutable()ChildElementCollectionBuilder.maxOccurs(int i) ChildElementCollectionBuilder.minOccurs(int i) ChildElementCollectionBuilder.required()