blob: 06fa7debdb47c35274ce471f8681f41e7edec71c [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package comrel;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Described Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link comrel.DescribedElement#getDescription <em>Description</em>}</li>
* </ul>
* </p>
*
* @see comrel.ComrelPackage#getDescribedElement()
* @model interface="true" abstract="true"
* @generated
*/
public interface DescribedElement extends EObject {
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see comrel.ComrelPackage#getDescribedElement_Description()
* @model
* @generated
*/
String getDescription();
/**
* Sets the value of the '{@link comrel.DescribedElement#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
* @generated
*/
void setDescription(String value);
} // DescribedElement