blob: bc6388ebaf6849bad21719e64ffad597d8c9eb8a [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.imperativeoclcs;
import org.eclipse.ocl.xtext.basecs.TypeCS;
import org.eclipse.ocl.xtext.essentialoclcs.ExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Variable Initialization CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#getOclExpressionCS <em>Ocl Expression CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#getSimpleNameCS <em>Simple Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#getTypeCS <em>Type CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#isWithResult <em>With Result</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.imperativeoclcs.ImperativeOCLCSPackage#getVariableInitializationCS()
* @model
* @generated
*/
public interface VariableInitializationCS 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.imperativeoclcs.ImperativeOCLCSPackage#getVariableInitializationCS_OclExpressionCS()
* @model containment="true"
* @generated
*/
ExpCS getOclExpressionCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#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);
/**
* Returns the value of the '<em><b>Simple Name CS</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Simple Name CS</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Simple Name CS</em>' attribute.
* @see #setSimpleNameCS(String)
* @see org.eclipse.qvto.examples.xtext.imperativeoclcs.ImperativeOCLCSPackage#getVariableInitializationCS_SimpleNameCS()
* @model
* @generated
*/
String getSimpleNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#getSimpleNameCS <em>Simple Name CS</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Simple Name CS</em>' attribute.
* @see #getSimpleNameCS()
* @generated
*/
void setSimpleNameCS(String value);
/**
* Returns the value of the '<em><b>Type CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type 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>Type CS</em>' containment reference.
* @see #setTypeCS(TypeCS)
* @see org.eclipse.qvto.examples.xtext.imperativeoclcs.ImperativeOCLCSPackage#getVariableInitializationCS_TypeCS()
* @model containment="true"
* @generated
*/
TypeCS getTypeCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#getTypeCS <em>Type CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type CS</em>' containment reference.
* @see #getTypeCS()
* @generated
*/
void setTypeCS(TypeCS value);
/**
* Returns the value of the '<em><b>With Result</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>With Result</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>With Result</em>' attribute.
* @see #setWithResult(boolean)
* @see org.eclipse.qvto.examples.xtext.imperativeoclcs.ImperativeOCLCSPackage#getVariableInitializationCS_WithResult()
* @model default="false" required="true"
* @generated
*/
boolean isWithResult();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeoclcs.VariableInitializationCS#isWithResult <em>With Result</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>With Result</em>' attribute.
* @see #isWithResult()
* @generated
*/
void setWithResult(boolean value);
} // VariableInitializationCS