/** */ package org.xtext.nv.dsl.mMDSL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Class Instance</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstancecreate <em>Classinstancecreate</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstancedelete <em>Classinstancedelete</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstanceget <em>Classinstanceget</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstanceset <em>Classinstanceset</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstancegetall <em>Classinstancegetall</em>}</li> * </ul> * </p> * * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getClassInstance() * @model * @generated */ public interface ClassInstance extends EObject { /** * Returns the value of the '<em><b>Classinstancecreate</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Classinstancecreate</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Classinstancecreate</em>' containment reference. * @see #setClassinstancecreate(ClassInstanceCreate) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getClassInstance_Classinstancecreate() * @model containment="true" * @generated */ ClassInstanceCreate getClassinstancecreate(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstancecreate <em>Classinstancecreate</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Classinstancecreate</em>' containment reference. * @see #getClassinstancecreate() * @generated */ void setClassinstancecreate(ClassInstanceCreate value); /** * Returns the value of the '<em><b>Classinstancedelete</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Classinstancedelete</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Classinstancedelete</em>' containment reference. * @see #setClassinstancedelete(ClassInstanceDelete) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getClassInstance_Classinstancedelete() * @model containment="true" * @generated */ ClassInstanceDelete getClassinstancedelete(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstancedelete <em>Classinstancedelete</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Classinstancedelete</em>' containment reference. * @see #getClassinstancedelete() * @generated */ void setClassinstancedelete(ClassInstanceDelete value); /** * Returns the value of the '<em><b>Classinstanceget</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Classinstanceget</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Classinstanceget</em>' containment reference. * @see #setClassinstanceget(ClassInstanceGet) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getClassInstance_Classinstanceget() * @model containment="true" * @generated */ ClassInstanceGet getClassinstanceget(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstanceget <em>Classinstanceget</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Classinstanceget</em>' containment reference. * @see #getClassinstanceget() * @generated */ void setClassinstanceget(ClassInstanceGet value); /** * Returns the value of the '<em><b>Classinstanceset</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Classinstanceset</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Classinstanceset</em>' containment reference. * @see #setClassinstanceset(ClassInstanceSet) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getClassInstance_Classinstanceset() * @model containment="true" * @generated */ ClassInstanceSet getClassinstanceset(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstanceset <em>Classinstanceset</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Classinstanceset</em>' containment reference. * @see #getClassinstanceset() * @generated */ void setClassinstanceset(ClassInstanceSet value); /** * Returns the value of the '<em><b>Classinstancegetall</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Classinstancegetall</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Classinstancegetall</em>' containment reference. * @see #setClassinstancegetall(ClassInstanceGetAll) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getClassInstance_Classinstancegetall() * @model containment="true" * @generated */ ClassInstanceGetAll getClassinstancegetall(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.ClassInstance#getClassinstancegetall <em>Classinstancegetall</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Classinstancegetall</em>' containment reference. * @see #getClassinstancegetall() * @generated */ void setClassinstancegetall(ClassInstanceGetAll value); } // ClassInstance