Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElement
-
Packages that use ChildElement Package Description org.camunda.bpm.model.xml.impl.type.child org.camunda.bpm.model.xml.impl.type.reference org.camunda.bpm.model.xml.type.child -
-
Uses of ChildElement in org.camunda.bpm.model.xml.impl.type.child
Classes in org.camunda.bpm.model.xml.impl.type.child that implement ChildElement Modifier and Type Class Description classChildElementImpl<T extends ModelElementInstance>Represents a single Child Element (ie.Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElement Modifier and Type Method Description ChildElement<T>ChildElementBuilderImpl. build() -
Uses of ChildElement in org.camunda.bpm.model.xml.impl.type.reference
Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElement Constructor Description ElementReferenceImpl(ChildElement<Source> referenceSourceCollection)QNameElementReferenceImpl(ChildElement<Source> referenceSourceCollection)UriElementReferenceImpl(ChildElement<Source> referenceSourceCollection) -
Uses of ChildElement in org.camunda.bpm.model.xml.type.child
Methods in org.camunda.bpm.model.xml.type.child that return ChildElement Modifier and Type Method Description ChildElement<T>ChildElementBuilder. build()
-