Package org.eclipse.xtext
Interface AbstractMetamodelDeclaration
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
GeneratedMetamodel,ReferencedMetamodel
- All Known Implementing Classes:
AbstractMetamodelDeclarationImpl,GeneratedMetamodelImpl,ReferencedMetamodelImpl
public interface AbstractMetamodelDeclaration extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Abstract Metamodel Declaration'.The following features are supported:
- See Also:
XtextPackage.getAbstractMetamodelDeclaration()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()Returns the value of the 'Alias' attribute.org.eclipse.emf.ecore.EPackagegetEPackage()Returns the value of the 'EPackage' reference.voidsetAlias(java.lang.String value)Sets the value of the 'Alias' attribute.voidsetEPackage(org.eclipse.emf.ecore.EPackage value)Sets the value of the 'EPackage' reference.
-
-
-
Method Detail
-
getEPackage
org.eclipse.emf.ecore.EPackage getEPackage()
Returns the value of the 'EPackage' reference.If the meaning of the 'EPackage' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'EPackage' reference.
- See Also:
setEPackage(EPackage),XtextPackage.getAbstractMetamodelDeclaration_EPackage()- Model:
- Generated:
-
setEPackage
void setEPackage(org.eclipse.emf.ecore.EPackage value)
Sets the value of the 'EPackage' reference.- Parameters:
value- the new value of the 'EPackage' reference.- See Also:
getEPackage()- Generated:
-
getAlias
java.lang.String getAlias()
Returns the value of the 'Alias' attribute.If the meaning of the 'Alias' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Alias' attribute.
- See Also:
setAlias(String),XtextPackage.getAbstractMetamodelDeclaration_Alias()- Model:
- Generated:
-
setAlias
void setAlias(java.lang.String value)
Sets the value of the 'Alias' attribute.- Parameters:
value- the new value of the 'Alias' attribute.- See Also:
getAlias()- Generated:
-
-