Uses of Class
org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
Package
Description
-
Uses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.child
Modifier and TypeClassDescriptionclass
ChildElementImpl<T extends ModelElementInstance>
Represents a single Child Element (ie.Modifier and TypeMethodDescriptionprotected ChildElementCollectionImpl<T>
ChildElementBuilderImpl.createCollectionInstance()
protected ChildElementCollectionImpl<T>
ChildElementCollectionBuilderImpl.createCollectionInstance()
-
Uses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.reference
ModifierConstructorDescriptionElementReferenceCollectionBuilderImpl
(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)