/** * <copyright> * </copyright> * * $Id$ */ package net.sf.etl.samples.ej.ast; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Implemenation Classifier Statement</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.sf.etl.samples.ej.ast.ImplemenationClassifierStatement#getStrictfpModifier <em>Strictfp Modifier</em>}</li> * <li>{@link net.sf.etl.samples.ej.ast.ImplemenationClassifierStatement#getAbstractModifier <em>Abstract Modifier</em>}</li> * <li>{@link net.sf.etl.samples.ej.ast.ImplemenationClassifierStatement#getFinalModifier <em>Final Modifier</em>}</li> * </ul> * </p> * * @see net.sf.etl.samples.ej.ast.AstPackage#getImplemenationClassifierStatement() * @model abstract="true" * @generated */ public interface ImplemenationClassifierStatement extends ClassifierStatement { /** * Returns the value of the '<em><b>Strictfp Modifier</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Strictfp Modifier</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>Strictfp Modifier</em>' containment reference. * @see #setStrictfpModifier(Modifier) * @see net.sf.etl.samples.ej.ast.AstPackage#getImplemenationClassifierStatement_StrictfpModifier() * @model containment="true" resolveProxies="false" * @generated */ Modifier getStrictfpModifier(); /** * Sets the value of the '{@link net.sf.etl.samples.ej.ast.ImplemenationClassifierStatement#getStrictfpModifier <em>Strictfp Modifier</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Strictfp Modifier</em>' containment reference. * @see #getStrictfpModifier() * @generated */ void setStrictfpModifier(Modifier value); /** * Returns the value of the '<em><b>Abstract Modifier</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Abstract Modifier</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>Abstract Modifier</em>' containment reference. * @see #setAbstractModifier(Modifier) * @see net.sf.etl.samples.ej.ast.AstPackage#getImplemenationClassifierStatement_AbstractModifier() * @model containment="true" resolveProxies="false" * @generated */ Modifier getAbstractModifier(); /** * Sets the value of the '{@link net.sf.etl.samples.ej.ast.ImplemenationClassifierStatement#getAbstractModifier <em>Abstract Modifier</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Abstract Modifier</em>' containment reference. * @see #getAbstractModifier() * @generated */ void setAbstractModifier(Modifier value); /** * Returns the value of the '<em><b>Final Modifier</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Final Modifier</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>Final Modifier</em>' containment reference. * @see #setFinalModifier(Modifier) * @see net.sf.etl.samples.ej.ast.AstPackage#getImplemenationClassifierStatement_FinalModifier() * @model containment="true" resolveProxies="false" * @generated */ Modifier getFinalModifier(); /** * Sets the value of the '{@link net.sf.etl.samples.ej.ast.ImplemenationClassifierStatement#getFinalModifier <em>Final Modifier</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Final Modifier</em>' containment reference. * @see #getFinalModifier() * @generated */ void setFinalModifier(Modifier value); } // ImplemenationClassifierStatement