/** */ package at.bestsolution.persistence.emap.eMap; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EService Param</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link at.bestsolution.persistence.emap.eMap.EServiceParam#getParam <em>Param</em>}</li> * <li>{@link at.bestsolution.persistence.emap.eMap.EServiceParam#getName <em>Name</em>}</li> * </ul> * * @see at.bestsolution.persistence.emap.eMap.EMapPackage#getEServiceParam() * @model * @generated */ public interface EServiceParam extends EObject { /** * Returns the value of the '<em><b>Param</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Param</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Param</em>' reference. * @see #setParam(EParameter) * @see at.bestsolution.persistence.emap.eMap.EMapPackage#getEServiceParam_Param() * @model * @generated */ EParameter getParam(); /** * Sets the value of the '{@link at.bestsolution.persistence.emap.eMap.EServiceParam#getParam <em>Param</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Param</em>' reference. * @see #getParam() * @generated */ void setParam(EParameter value); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see at.bestsolution.persistence.emap.eMap.EMapPackage#getEServiceParam_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link at.bestsolution.persistence.emap.eMap.EServiceParam#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); } // EServiceParam