org.eclipse.xtext
Interface CrossReference

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

public interface CrossReference
extends AbstractElement

A representation of the model object 'Cross Reference'.

The following features are supported:

See Also:
XtextPackage.getCrossReference()
EMF generated code
EMF model element

Method Summary
 AbstractElement getTerminal()
          Returns the value of the 'Terminal' containment reference
 TypeRef getType()
          Returns the value of the 'Type' containment reference
 void setTerminal(AbstractElement value)
          Sets the value of the 'Terminal' containment reference
 void setType(TypeRef value)
          Sets the value of the 'Type' containment reference
 
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isPredicated, setCardinality, setPredicated
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

TypeRef getType()
Returns the value of the 'Type' containment reference.

If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeRef), XtextPackage.getCrossReference_Type()
EMF generated code
EMF model element
containment="true"

setType

void setType(TypeRef value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
EMF generated code

getTerminal

AbstractElement getTerminal()
Returns the value of the 'Terminal' containment reference.

If the meaning of the 'Terminal' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Terminal' containment reference.
See Also:
setTerminal(AbstractElement), XtextPackage.getCrossReference_Terminal()
EMF generated code
EMF model element
containment="true"

setTerminal

void setTerminal(AbstractElement value)
Sets the value of the 'Terminal' containment reference.

Parameters:
value - the new value of the 'Terminal' containment reference.
See Also:
getTerminal()
EMF generated code