/** */ package rba.core; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Model Element'. * * * * * * *

* The following features are supported: *

* * * @see rba.core.RBACorePackage#getModelElement() * @model abstract="true" * @generated */ public interface ModelElement extends EObject { /** * Returns the value of the 'Description' attribute. * * * * * * @return the value of the 'Description' attribute. * @see #setDescription(String) * @see rba.core.RBACorePackage#getModelElement_Description() * @model * @generated */ String getDescription(); /** * Sets the value of the '{@link rba.core.ModelElement#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); } // ModelElement