Class QNameElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
java.lang.Object
org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl<Target,Source>
org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceBuilderImpl<Target,Source>
org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceBuilderImpl<Target,Source>
- All Implemented Interfaces:
ModelBuildOperation
,ElementReferenceBuilder<Target,
,Source> ElementReferenceCollectionBuilder<Target,
Source>
public class QNameElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
extends ElementReferenceBuilderImpl<Target,Source>
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
elementReferenceCollectionImpl
-
Constructor Summary
ConstructorDescriptionQNameElementReferenceBuilderImpl
(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementImpl<Source> child) -
Method Summary
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceBuilderImpl
build
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
performModelBuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.model.xml.impl.ModelBuildOperation
performModelBuild
-
Constructor Details
-
QNameElementReferenceBuilderImpl
-