/** */ package ua.ansymo.hintco; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'IDed'. * * *

* The following features are supported: *

* * * @see ua.ansymo.hintco.HintcoPackage#getIDed() * @model abstract="true" * @generated */ public interface IDed extends EObject { /** * Returns the value of the 'Identifier' attribute. * *

* If the meaning of the 'Identifier' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Identifier' attribute. * @see #setIdentifier(String) * @see ua.ansymo.hintco.HintcoPackage#getIDed_Identifier() * @model unique="false" * @generated */ String getIdentifier(); /** * Sets the value of the '{@link ua.ansymo.hintco.IDed#getIdentifier Identifier}' attribute. * * * @param value the new value of the 'Identifier' attribute. * @see #getIdentifier() * @generated */ void setIdentifier(String value); } // IDed