public interface TypeRef
extends org.eclipse.emf.ecore.EObject
The following features are supported:
XtextPackage.getTypeRef()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClassifier |
getClassifier()
Returns the value of the 'Classifier' reference.
|
AbstractMetamodelDeclaration |
getMetamodel()
Returns the value of the 'Metamodel' reference.
|
void |
setClassifier(org.eclipse.emf.ecore.EClassifier value)
Sets the value of the '
Classifier' reference. |
void |
setMetamodel(AbstractMetamodelDeclaration value)
Sets the value of the '
Metamodel' reference. |
AbstractMetamodelDeclaration getMetamodel()
If the meaning of the 'Metamodel' reference isn't clear, there really should be more of a description here...
setMetamodel(AbstractMetamodelDeclaration),
XtextPackage.getTypeRef_Metamodel()void setMetamodel(AbstractMetamodelDeclaration value)
Metamodel' reference.
value - the new value of the 'Metamodel' reference.getMetamodel()org.eclipse.emf.ecore.EClassifier getClassifier()
If the meaning of the 'Classifier' reference isn't clear, there really should be more of a description here...
setClassifier(EClassifier),
XtextPackage.getTypeRef_Classifier()void setClassifier(org.eclipse.emf.ecore.EClassifier value)
Classifier' reference.
value - the new value of the 'Classifier' reference.getClassifier()