public interface AbstractMetamodelDeclaration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
XtextPackage.getAbstractMetamodelDeclaration()| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAlias()
Returns the value of the 'Alias' attribute 
 | 
org.eclipse.emf.ecore.EPackage | 
getEPackage()
Returns the value of the 'EPackage' reference 
 | 
void | 
setAlias(java.lang.String value)
Sets the value of the ' 
Alias' attribute | 
void | 
setEPackage(org.eclipse.emf.ecore.EPackage value)
Sets the value of the ' 
EPackage' reference | 
org.eclipse.emf.ecore.EPackage getEPackage()
If the meaning of the 'EPackage' reference isn't clear, there really should be more of a description here...
setEPackage(EPackage), 
XtextPackage.getAbstractMetamodelDeclaration_EPackage()void setEPackage(org.eclipse.emf.ecore.EPackage value)
EPackage' reference.
 
 value - the new value of the 'EPackage' reference.getEPackage()java.lang.String getAlias()
If the meaning of the 'Alias' attribute isn't clear, there really should be more of a description here...
setAlias(String), 
XtextPackage.getAbstractMetamodelDeclaration_Alias()void setAlias(java.lang.String value)
Alias' attribute.
 
 value - the new value of the 'Alias' attribute.getAlias()