org.camunda.bpm.model.xml.impl.type.reference
Class UriElementReferenceCollectionBuilderImpl<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.UriElementReferenceCollectionBuilderImpl<Target,Source>
All Implemented Interfaces:
ModelBuildOperation, ElementReferenceCollectionBuilder<Target,Source>

public class UriElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
extends ElementReferenceCollectionBuilderImpl<Target,Source>


Field Summary
 
Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
elementReferenceCollectionImpl
 
Constructor Summary
UriElementReferenceCollectionBuilderImpl(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementCollectionImpl<Source> collection)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
build, performModelBuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriElementReferenceCollectionBuilderImpl

public UriElementReferenceCollectionBuilderImpl(Class<Source> childElementType,
                                                Class<Target> referenceTargetClass,
                                                ChildElementCollectionImpl<Source> collection)


Copyright © 2015 camunda services GmbH. All rights reserved.