Package 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()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractElementgetTerminal()Returns the value of the 'Terminal' containment reference.TypeRefgetType()Returns the value of the 'Type' containment reference.voidsetTerminal(AbstractElement value)Sets the value of the 'Terminal' containment reference.voidsetType(TypeRef value)Sets the value of the 'Type' containment reference.-
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicated
-
-
-
-
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()- Model:
- containment="true"
- Generated:
-
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()- Generated:
-
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()- Model:
- containment="true"
- Generated:
-
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()- Generated:
-
-