org.eclipse.xtext.AbstractMetamodelDeclaration Maven / Gradle / Ivy
/**
*
*
*
* $Id: AbstractMetamodelDeclaration.java,v 1.17 2010/04/06 14:10:19 sefftinge Exp $
*/
package org.eclipse.xtext;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
/**
*
* A representation of the model object 'Abstract Metamodel Declaration'.
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.xtext.AbstractMetamodelDeclaration#getEPackage EPackage}
* - {@link org.eclipse.xtext.AbstractMetamodelDeclaration#getAlias Alias}
*
*
*
* @see org.eclipse.xtext.XtextPackage#getAbstractMetamodelDeclaration()
* @model
* @generated
*/
public interface AbstractMetamodelDeclaration extends EObject {
/**
* 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...
*
*
* @return the value of the 'EPackage' reference.
* @see #setEPackage(EPackage)
* @see org.eclipse.xtext.XtextPackage#getAbstractMetamodelDeclaration_EPackage()
* @model
* @generated
*/
EPackage getEPackage();
/**
* Sets the value of the '{@link org.eclipse.xtext.AbstractMetamodelDeclaration#getEPackage EPackage}' reference.
*
*
* @param value the new value of the 'EPackage' reference.
* @see #getEPackage()
* @generated
*/
void setEPackage(EPackage value);
/**
* 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...
*
*
* @return the value of the 'Alias' attribute.
* @see #setAlias(String)
* @see org.eclipse.xtext.XtextPackage#getAbstractMetamodelDeclaration_Alias()
* @model
* @generated
*/
String getAlias();
/**
* Sets the value of the '{@link org.eclipse.xtext.AbstractMetamodelDeclaration#getAlias Alias}' attribute.
*
*
* @param value the new value of the 'Alias' attribute.
* @see #getAlias()
* @generated
*/
void setAlias(String value);
} // AbstractMetamodelDeclaration
© 2015 - 2025 Weber Informatics LLC | Privacy Policy