Interface AttributeReference<T extends ModelElementInstance>
-
- All Superinterfaces:
Reference<T>
- All Known Implementing Classes:
AttributeReferenceCollection
,AttributeReferenceImpl
,CmmnAttributeElementReferenceCollection
,QNameAttributeReferenceImpl
public interface AttributeReference<T extends ModelElementInstance> extends Reference<T>
- Author:
- Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attribute<java.lang.String>
getReferenceSourceAttribute()
-
Methods inherited from interface org.camunda.bpm.model.xml.type.reference.Reference
findReferenceSourceElements, getReferenceIdentifier, getReferenceSourceElementType, getReferenceTargetAttribute, getReferenceTargetElement, setReferenceTargetElement
-
-
-
-
Method Detail
-
getReferenceSourceAttribute
Attribute<java.lang.String> getReferenceSourceAttribute()
-
-