Package org.eclipse.xtext
Interface TypeRef
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TypeRefImpl
public interface TypeRef extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Type Ref'.The following features are supported:
- See Also:
XtextPackage.getTypeRef()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassifiergetClassifier()Returns the value of the 'Classifier' reference.AbstractMetamodelDeclarationgetMetamodel()Returns the value of the 'Metamodel' reference.voidsetClassifier(org.eclipse.emf.ecore.EClassifier value)Sets the value of the 'Classifier' reference.voidsetMetamodel(AbstractMetamodelDeclaration value)Sets the value of the 'Metamodel' reference.
-
-
-
Method Detail
-
getMetamodel
AbstractMetamodelDeclaration getMetamodel()
Returns the value of the 'Metamodel' reference.If the meaning of the 'Metamodel' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metamodel' reference.
- See Also:
setMetamodel(AbstractMetamodelDeclaration),XtextPackage.getTypeRef_Metamodel()- Model:
- Generated:
-
setMetamodel
void setMetamodel(AbstractMetamodelDeclaration value)
Sets the value of the 'Metamodel' reference.- Parameters:
value- the new value of the 'Metamodel' reference.- See Also:
getMetamodel()- Generated:
-
getClassifier
org.eclipse.emf.ecore.EClassifier getClassifier()
Returns the value of the 'Classifier' reference.If the meaning of the 'Classifier' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Classifier' reference.
- See Also:
setClassifier(EClassifier),XtextPackage.getTypeRef_Classifier()- Model:
- Generated:
-
setClassifier
void setClassifier(org.eclipse.emf.ecore.EClassifier value)
Sets the value of the 'Classifier' reference.- Parameters:
value- the new value of the 'Classifier' reference.- See Also:
getClassifier()- Generated:
-
-