/** */ package org.xtext.nv.dsl.mMDSL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Operator Multy Assign</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getAddassign <em>Addassign</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getSubassign <em>Subassign</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getMultiassign <em>Multiassign</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getDivassign <em>Divassign</em>}</li> * </ul> * </p> * * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorMultyAssign() * @model * @generated */ public interface OperatorMultyAssign extends EObject { /** * Returns the value of the '<em><b>Addassign</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Addassign</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Addassign</em>' attribute. * @see #setAddassign(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorMultyAssign_Addassign() * @model * @generated */ String getAddassign(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getAddassign <em>Addassign</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Addassign</em>' attribute. * @see #getAddassign() * @generated */ void setAddassign(String value); /** * Returns the value of the '<em><b>Subassign</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Subassign</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Subassign</em>' attribute. * @see #setSubassign(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorMultyAssign_Subassign() * @model * @generated */ String getSubassign(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getSubassign <em>Subassign</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Subassign</em>' attribute. * @see #getSubassign() * @generated */ void setSubassign(String value); /** * Returns the value of the '<em><b>Multiassign</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Multiassign</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Multiassign</em>' attribute. * @see #setMultiassign(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorMultyAssign_Multiassign() * @model * @generated */ String getMultiassign(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getMultiassign <em>Multiassign</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Multiassign</em>' attribute. * @see #getMultiassign() * @generated */ void setMultiassign(String value); /** * Returns the value of the '<em><b>Divassign</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Divassign</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Divassign</em>' attribute. * @see #setDivassign(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorMultyAssign_Divassign() * @model * @generated */ String getDivassign(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorMultyAssign#getDivassign <em>Divassign</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Divassign</em>' attribute. * @see #getDivassign() * @generated */ void setDivassign(String value); } // OperatorMultyAssign