/**
*/
package org.xtext.nv.dsl.mMDSL;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Operator And</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.xtext.nv.dsl.mMDSL.OperatorAnd#getAnd <em>And</em>}</li>
* </ul>
* </p>
*
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorAnd()
* @model
* @generated
*/
public interface OperatorAnd extends EObject
{
/**
* Returns the value of the '<em><b>And</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>And</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>And</em>' attribute.
* @see #setAnd(String)
* @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorAnd_And()
* @model
* @generated
*/
String getAnd();
/**
* Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorAnd#getAnd <em>And</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>And</em>' attribute.
* @see #getAnd()
* @generated
*/
void setAnd(String value);
} // OperatorAnd