/** */ package fr.inria.diverse.iot2.iot2.iot2; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Last Statement Return With Value</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.LastStatement_ReturnWithValue#getReturnValues <em>Return Values</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getLastStatement_ReturnWithValue() * @model * @generated */ public interface LastStatement_ReturnWithValue extends LastStatement_Return { /** * Returns the value of the '<em><b>Return Values</b></em>' containment reference list. * The list contents are of type {@link fr.inria.diverse.iot2.iot2.iot2.Expression}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Return Values</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Return Values</em>' containment reference list. * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getLastStatement_ReturnWithValue_ReturnValues() * @model containment="true" * @generated */ EList<Expression> getReturnValues(); } // LastStatement_ReturnWithValue