/** */ 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>Statement For Generic</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_For_Generic#getNames <em>Names</em>}</li> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_For_Generic#getExpressions <em>Expressions</em>}</li> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.Statement_For_Generic#getBlock <em>Block</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_For_Generic() * @model * @generated */ public interface Statement_For_Generic extends Statement { /** * Returns the value of the '<em><b>Names</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Names</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Names</em>' attribute list. * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_For_Generic_Names() * @model unique="false" * @generated */ EList<String> getNames(); /** * Returns the value of the '<em><b>Expressions</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>Expressions</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>Expressions</em>' containment reference list. * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_For_Generic_Expressions() * @model containment="true" * @generated */ EList<Expression> getExpressions(); /** * Returns the value of the '<em><b>Block</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Block</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>Block</em>' containment reference. * @see #setBlock(Block) * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getStatement_For_Generic_Block() * @model containment="true" * @generated */ Block getBlock(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.Statement_For_Generic#getBlock <em>Block</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Block</em>' containment reference. * @see #getBlock() * @generated */ void setBlock(Block value); } // Statement_For_Generic