org.camunda.bpm.model.xml.impl.type.reference
Class QNameElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl<Target,Source>
      extended by org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceBuilderImpl<Target,Source>
          extended by 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
QNameElementReferenceBuilderImpl(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 Detail

QNameElementReferenceBuilderImpl

public QNameElementReferenceBuilderImpl(Class<Source> childElementType,
                                        Class<Target> referenceTargetClass,
                                        ChildElementImpl<Source> child)


Copyright © 2015 camunda services GmbH. All rights reserved.