/** */ package fr.inria.diverse.iot2.iot2.iot2; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Named Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.NamedElement#getIdentifier <em>Identifier</em>}</li> * <li>{@link fr.inria.diverse.iot2.iot2.iot2.NamedElement#getName <em>Name</em>}</li> * </ul> * * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getNamedElement() * @model abstract="true" * @generated */ public interface NamedElement extends EObject { /** * Returns the value of the '<em><b>Identifier</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Identifier</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Identifier</em>' attribute. * @see #setIdentifier(String) * @see fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getNamedElement_Identifier() * @model * @generated */ String getIdentifier(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.NamedElement#getIdentifier <em>Identifier</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Identifier</em>' attribute. * @see #getIdentifier() * @generated */ void setIdentifier(String 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 fr.inria.diverse.iot2.iot2.iot2.Iot2Package#getNamedElement_Name() * @model required="true" * @generated */ String getName(); /** * Sets the value of the '{@link fr.inria.diverse.iot2.iot2.iot2.NamedElement#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); } // NamedElement