blob: e5470a34e448041cc7693922ccc3d645d7696758 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs;
import org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.ExpCS;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Expression Statement CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ExpressionStatementCS#getOclExpressionCS <em>Ocl Expression CS</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getExpressionStatementCS()
* @model
* @generated
*/
public interface ExpressionStatementCS
extends StatementCS {
/**
* Returns the value of the '<em><b>Ocl Expression CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ocl Expression CS</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>Ocl Expression CS</em>' containment reference.
* @see #setOclExpressionCS(ExpCS)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getExpressionStatementCS_OclExpressionCS()
* @model containment="true"
* @generated
*/
ExpCS getOclExpressionCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ExpressionStatementCS#getOclExpressionCS <em>Ocl Expression CS</em>}' containment reference.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
* @param value the new value of the '<em>Ocl Expression CS</em>' containment reference.
* @see #getOclExpressionCS()
* @generated
*/
void setOclExpressionCS(ExpCS value);
} // ExpressionStatementCS