/** */ package fr.tpt.mem4csd.loss; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Named Object'. * * *

* The following features are supported: *

* * * @see fr.tpt.mem4csd.loss.LossPackage#getNamedObject() * @model abstract="true" * @generated */ public interface NamedObject extends EObject { /** * Returns the value of the 'Name' attribute. * * * @return the value of the 'Name' attribute. * @see #setName(String) * @see fr.tpt.mem4csd.loss.LossPackage#getNamedObject_Name() * @model required="true" * @generated */ String getName(); /** * Sets the value of the '{@link fr.tpt.mem4csd.loss.NamedObject#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Qname' attribute. * * * @return the value of the 'Qname' attribute. * @see fr.tpt.mem4csd.loss.LossPackage#getNamedObject_Qname() * @model id="true" required="true" changeable="false" derived="true" * @generated */ String getQname(); } // NamedObject