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.EObject

A representation of the model object 'Abstract Metamodel Declaration'.

The following features are supported:

See Also:
XtextPackage.getAbstractMetamodelDeclaration()
EMF generated code
EMF model element

Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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()
EMF generated code
EMF model element

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()
EMF generated code

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()
EMF generated code
EMF model element

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()
EMF generated code