Uses of Class
org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
Packages that use ChildElementCollectionImpl
Package
Description
-
Uses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.child
Subclasses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.childModifier and TypeClassDescriptionclass
ChildElementImpl<T extends ModelElementInstance>
Represents a single Child Element (ie.Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollectionImplModifier and TypeMethodDescriptionprotected ChildElementCollectionImpl<T>
ChildElementBuilderImpl.createCollectionInstance()
protected ChildElementCollectionImpl<T>
ChildElementCollectionBuilderImpl.createCollectionInstance()
-
Uses of ChildElementCollectionImpl in org.camunda.bpm.model.xml.impl.type.reference
Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElementCollectionImplModifierConstructorDescriptionElementReferenceCollectionBuilderImpl
(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)