public interface CrossReference extends AbstractElement
The following features are supported:
XtextPackage.getCrossReference()| Modifier and Type | Method and Description |
|---|---|
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. |
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicatedTypeRef getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeRef),
XtextPackage.getCrossReference_Type()void setType(TypeRef value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()AbstractElement getTerminal()
If the meaning of the 'Terminal' containment reference isn't clear, there really should be more of a description here...
setTerminal(AbstractElement),
XtextPackage.getCrossReference_Terminal()void setTerminal(AbstractElement value)
Terminal' containment reference.
value - the new value of the 'Terminal' containment reference.getTerminal()