blob: c8006611e713823c74d96bae20d6b4b5810ac8d4 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: VariableInitExp.java,v 1.1 2008/09/02 20:36:35 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.emof.ImperativeOCL;
import org.eclipse.qvt.declarative.emof.EssentialOCL.Variable;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Variable Init Exp</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.ImperativeOCL.VariableInitExp#getReferredVariable <em>Referred Variable</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.ImperativeOCL.VariableInitExp#getWithResult <em>With Result</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.emof.ImperativeOCL.ImperativeOCLPackage#getVariableInitExp()
* @model
* @generated
*/
public interface VariableInitExp extends ImperativeExpression {
/**
* Returns the value of the '<em><b>Referred Variable</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Referred Variable</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>Referred Variable</em>' containment reference.
* @see #setReferredVariable(Variable)
* @see org.eclipse.m2m.qvt.oml.emof.ImperativeOCL.ImperativeOCLPackage#getVariableInitExp_ReferredVariable()
* @model containment="true" required="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='declaration'"
* @generated
*/
Variable getReferredVariable();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.ImperativeOCL.VariableInitExp#getReferredVariable <em>Referred Variable</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Referred Variable</em>' containment reference.
* @see #getReferredVariable()
* @generated
*/
void setReferredVariable(Variable 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.m2m.qvt.oml.emof.ImperativeOCL.ImperativeOCLPackage#getVariableInitExp_WithResult()
* @model default="false" dataType="org.eclipse.qvt.declarative.emof.EMOF.Boolean"
* @generated
*/
Boolean getWithResult();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.ImperativeOCL.VariableInitExp#getWithResult <em>With Result</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>With Result</em>' attribute.
* @see #getWithResult()
* @generated
*/
void setWithResult(Boolean value);
} // VariableInitExp