blob: 43cb8a5e3ebae1ed3eb53f97b5a0ed77b10182d7 [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>Quit Exp CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.QuitExpCS#getKeyword <em>Keyword</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.QuitExpCS#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getQuitExpCS()
* @model
* @generated
*/
public interface QuitExpCS
extends StatementCS {
/**
* Returns the value of the '<em><b>Keyword</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Keyword</em>' attribute isn't clear, there
* really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Keyword</em>' attribute.
* @see #setKeyword(String)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeoclcsPackage#getQuitExpCS_Keyword()
* @model
* @generated
*/
String getKeyword();
/**
* Sets the value of the '
* {@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.QuitExpCS#getKeyword
* <em>Keyword</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @param value
* the new value of the '<em>Keyword</em>' attribute.
* @see #getKeyword()
* @generated
*/
void setKeyword(String value);
/**
* Returns the value of the '<em><b>Value</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</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>Value</em>' containment reference.
* @see #setValue(ExpCS)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getQuitExpCS_Value()
* @model containment="true"
* @generated
*/
ExpCS getValue();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.QuitExpCS#getValue <em>Value</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Value</em>' containment reference.
* @see #getValue()
* @generated
*/
void setValue(ExpCS value);
} // QuitExpCS