Class UriElementReferenceBuilderImpl<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.UriElementReferenceBuilderImpl<Target,Source>
- All Implemented Interfaces:
ModelBuildOperation,ElementReferenceBuilder<Target,,Source> ElementReferenceCollectionBuilder<Target,Source>
public class UriElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
extends ElementReferenceBuilderImpl<Target,Source>
-
Field Summary
Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
elementReferenceCollectionImpl -
Constructor Summary
ConstructorsConstructorDescriptionUriElementReferenceBuilderImpl(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementImpl<Source> child) -
Method Summary
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceBuilderImpl
buildMethods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
performModelBuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.xml.impl.ModelBuildOperation
performModelBuild
-
Constructor Details
-
UriElementReferenceBuilderImpl
-