@Accessors public class SerializableReferenceDescription extends Object implements IReferenceDescription, Externalizable
| Constructor and Description |
|---|
SerializableReferenceDescription() |
| 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() |
void |
readExternal(ObjectInput in) |
void |
setContainerEObjectURI(org.eclipse.emf.common.util.URI containerEObjectURI) |
void |
setEReference(org.eclipse.emf.ecore.EReference eReference) |
void |
setIndexInList(int indexInList) |
void |
setSourceEObjectUri(org.eclipse.emf.common.util.URI sourceEObjectUri) |
void |
setTargetEObjectUri(org.eclipse.emf.common.util.URI targetEObjectUri) |
void |
updateResourceURI(org.eclipse.emf.common.util.URI newURI,
org.eclipse.emf.common.util.URI oldURI) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void updateResourceURI(org.eclipse.emf.common.util.URI newURI,
org.eclipse.emf.common.util.URI oldURI)
@Pure public org.eclipse.emf.common.util.URI getSourceEObjectUri()
getSourceEObjectUri in interface IReferenceDescriptionEObjectpublic void setSourceEObjectUri(org.eclipse.emf.common.util.URI sourceEObjectUri)
@Pure public org.eclipse.emf.common.util.URI getTargetEObjectUri()
getTargetEObjectUri in interface IReferenceDescriptionEObjectpublic void setTargetEObjectUri(org.eclipse.emf.common.util.URI targetEObjectUri)
@Pure public org.eclipse.emf.common.util.URI getContainerEObjectURI()
getContainerEObjectURI in interface IReferenceDescriptionEObject containing this reference.
This can be the EObject defining the reference or one of its containers.public void setContainerEObjectURI(org.eclipse.emf.common.util.URI containerEObjectURI)
@Pure public org.eclipse.emf.ecore.EReference getEReference()
getEReference in interface IReferenceDescriptionEReferencepublic void setEReference(org.eclipse.emf.ecore.EReference eReference)
@Pure public int getIndexInList()
getIndexInList in interface IReferenceDescriptionpublic void setIndexInList(int indexInList)
Copyright © 2015. All Rights Reserved.