/** */ package org.yakindu.base.base; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Documented Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.yakindu.base.base.DocumentedElement#getDocumentation <em>Documentation</em>}</li> * </ul> * * @see org.yakindu.base.base.BasePackage#getDocumentedElement() * @model * @generated */ public interface DocumentedElement extends EObject { /** * Returns the value of the '<em><b>Documentation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Documentation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Documentation</em>' attribute. * @see #setDocumentation(String) * @see org.yakindu.base.base.BasePackage#getDocumentedElement_Documentation() * @model * @generated */ String getDocumentation(); /** * Sets the value of the '{@link org.yakindu.base.base.DocumentedElement#getDocumentation <em>Documentation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Documentation</em>' attribute. * @see #getDocumentation() * @generated */ void setDocumentation(String value); } // DocumentedElement