public interface IReferenceDescription
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.URI |
getContainerEObjectURI() |
org.eclipse.emf.ecore.EReference |
getEReference() |
int |
getIndexInList() |
org.eclipse.emf.common.util.URI |
getSourceEObjectUri() |
org.eclipse.emf.common.util.URI |
getTargetEObjectUri() |
org.eclipse.emf.common.util.URI getSourceEObjectUri()
EObjectorg.eclipse.emf.common.util.URI getTargetEObjectUri()
EObjectint getIndexInList()
org.eclipse.emf.ecore.EReference getEReference()
EReferenceorg.eclipse.emf.common.util.URI getContainerEObjectURI()
EObject containing this reference.
This can be the EObject defining the reference or one of its containers.