blob: 35ce614236934f735a31630b3e8ec6f227909f0c [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>Assert Exp CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.AssertExpCS#getAssertion <em>Assertion</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.AssertExpCS#getLog <em>Log</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.AssertExpCS#getSeverity <em>Severity</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getAssertExpCS()
* @model
* @generated
*/
public interface AssertExpCS
extends StatementCS {
/**
* Returns the value of the '<em><b>Assertion</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assertion</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>Assertion</em>' containment reference.
* @see #setAssertion(ExpCS)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getAssertExpCS_Assertion()
* @model containment="true" required="true"
* @generated
*/
ExpCS getAssertion();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.AssertExpCS#getAssertion <em>Assertion</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Assertion</em>' containment reference.
* @see #getAssertion()
* @generated
*/
void setAssertion(ExpCS value);
/**
* Returns the value of the '<em><b>Log</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Log</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>Log</em>' containment reference.
* @see #setLog(LogExpCS)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getAssertExpCS_Log()
* @model containment="true"
* @generated
*/
LogExpCS getLog();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.AssertExpCS#getLog <em>Log</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Log</em>' containment reference.
* @see #getLog()
* @generated
*/
void setLog(LogExpCS value);
/**
* Returns the value of the '<em><b>Severity</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Severity</em>' attribute isn't clear, there
* really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Severity</em>' attribute.
* @see #setSeverity(String)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeoclcsPackage#getAssertExpCS_Severity()
* @model
* @generated
*/
String getSeverity();
/**
* Sets the value of the '
* {@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.AssertExpCS#getSeverity
* <em>Severity</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @param value
* the new value of the '<em>Severity</em>' attribute.
* @see #getSeverity()
* @generated
*/
void setSeverity(String value);
} // AssertExpCS