org.eclipse.xtext.builder.builderState
Interface ReferenceDescription

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IReferenceDescription, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ReferenceDescriptionImpl

public interface ReferenceDescription
extends org.eclipse.emf.ecore.EObject, IReferenceDescription

A representation of the model object 'Reference Description'.

The following features are supported:

See Also:
BuilderStatePackage.getReferenceDescription()
EMF generated code
EMF model element
superTypes="org.eclipse.xtext.builder.builderState.IReferenceDescription"

Method Summary
 java.lang.String getExternalFormOfEReference()
          Returns the value of the 'External Form Of EReference' attribute.
 void setExternalFormOfEReference(java.lang.String value)
          Sets the value of the 'External Form Of EReference' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.xtext.resource.IReferenceDescription
getContainerEObjectURI, getEReference, getIndexInList, getSourceEObjectUri, getTargetEObjectUri
 

Method Detail

getExternalFormOfEReference

java.lang.String getExternalFormOfEReference()
Returns the value of the 'External Form Of EReference' attribute.

If the meaning of the 'External Form Of EReference' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'External Form Of EReference' attribute.
See Also:
setExternalFormOfEReference(String), BuilderStatePackage.getReferenceDescription_ExternalFormOfEReference()
EMF generated code
EMF model element

setExternalFormOfEReference

void setExternalFormOfEReference(java.lang.String value)
Sets the value of the 'External Form Of EReference' attribute.

Parameters:
value - the new value of the 'External Form Of EReference' attribute.
See Also:
getExternalFormOfEReference()
EMF generated code