org.camunda.bpm.model.xml.impl.type.reference
Class UriElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
java.lang.Object
org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl<Target>
org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl<Target,Source>
org.camunda.bpm.model.xml.impl.type.reference.UriElementReferenceCollectionImpl<Target,Source>
- All Implemented Interfaces:
- ElementReferenceCollection<Target,Source>, Reference<Target>
public class UriElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
- extends ElementReferenceCollectionImpl<Target,Source>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriElementReferenceCollectionImpl
public UriElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
getReferenceIdentifier
public String getReferenceIdentifier(ModelElementInstance referenceSourceElement)
- Description copied from interface:
Reference
- Get the reference identifier which is set in the reference source
- Specified by:
getReferenceIdentifier in interface Reference<Target extends ModelElementInstance>- Overrides:
getReferenceIdentifier in class ElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
- Parameters:
referenceSourceElement - the reference source model element instance
- Returns:
- the reference identifier
setReferenceIdentifier
protected void setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier)
- Description copied from class:
ReferenceImpl
- Set the reference identifier in the reference source
- Overrides:
setReferenceIdentifier in class ElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
- Parameters:
referenceSourceElement - the reference source model element instancereferenceIdentifier - the new reference identifier
Copyright © 2016 camunda services GmbH. All rights reserved.