/**
*/
package monoge.dsl.extension;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Create</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link monoge.dsl.extension.Create#getClass_ <em>Class</em>}</li>
* </ul>
* </p>
*
* @see monoge.dsl.extension.ExtensionPackage#getCreate()
* @model
* @generated
*/
public interface Create extends Extension
{
/**
* Returns the value of the '<em><b>Class</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Class</em>' attribute.
* @see #setClass(String)
* @see monoge.dsl.extension.ExtensionPackage#getCreate_Class()
* @model
* @generated
*/
String getClass_();
/**
* Sets the value of the '{@link monoge.dsl.extension.Create#getClass_ <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Class</em>' attribute.
* @see #getClass_()
* @generated
*/
void setClass(String value);
} // Create