
org.eclipse.xtext.GeneratedMetamodel Maven / Gradle / Ivy
/**
*
*
*
* $Id: GeneratedMetamodel.java,v 1.17 2010/04/06 14:10:20 sefftinge Exp $
*/
package org.eclipse.xtext;
/**
*
* A representation of the model object 'Generated Metamodel'.
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.xtext.GeneratedMetamodel#getName Name}
*
*
*
* @see org.eclipse.xtext.XtextPackage#getGeneratedMetamodel()
* @model
* @generated
*/
public interface GeneratedMetamodel extends AbstractMetamodelDeclaration {
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.eclipse.xtext.XtextPackage#getGeneratedMetamodel_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.xtext.GeneratedMetamodel#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
} // GeneratedMetamodel
© 2015 - 2025 Weber Informatics LLC | Privacy Policy