| /** |
| * <copyright> |
| * </copyright> |
| * |
| * $Id$ |
| */ |
| package lobj; |
| |
| import org.eclipse.emf.ecore.EObject; |
| |
| /** |
| * <!-- begin-user-doc --> A representation of the model object '<em><b>Simple Didac Meta</b></em>'. |
| * <!-- end-user-doc --> |
| * |
| * <p> |
| * The following features are supported: |
| * <ul> |
| * <li>{@link lobj.SimpleDidacMeta#getLanguage <em>Language</em>}</li> |
| * <li>{@link lobj.SimpleDidacMeta#getTitle <em>Title</em>}</li> |
| * <li>{@link lobj.SimpleDidacMeta#getDescription <em>Description</em>}</li> |
| * <li>{@link lobj.SimpleDidacMeta#getKeywords <em>Keywords</em>}</li> |
| * <li>{@link lobj.SimpleDidacMeta#getId <em>Id</em>}</li> |
| * </ul> |
| * </p> |
| * |
| * @see lobj.LobjPackage#getSimpleDidacMeta() |
| * @model extendedMetaData="kind='elementOnly'" |
| * @generated |
| */ |
| public interface SimpleDidacMeta extends EObject { |
| /** |
| * Returns the value of the '<em><b>Language</b></em>' reference. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Language</em>' reference isn't clear, there really should be more of |
| * a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Language</em>' reference. |
| * @see #setLanguage(Language) |
| * @see lobj.LobjPackage#getSimpleDidacMeta_Language() |
| * @model extendedMetaData="kind='element' namespace='##targetNamespace'" |
| * annotation="http://annotation.elver.org/Indexed value='false'" |
| * @generated |
| */ |
| Language getLanguage(); |
| |
| /** |
| * Sets the value of the '{@link lobj.SimpleDidacMeta#getLanguage <em>Language</em>}' reference. |
| * <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Language</em>' reference. |
| * @see #getLanguage() |
| * @generated |
| */ |
| void setLanguage(Language value); |
| |
| /** |
| * Returns the value of the '<em><b>Title</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a |
| * description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Title</em>' attribute. |
| * @see #setTitle(String) |
| * @see lobj.LobjPackage#getSimpleDidacMeta_Title() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getTitle(); |
| |
| /** |
| * Sets the value of the '{@link lobj.SimpleDidacMeta#getTitle <em>Title</em>}' attribute. <!-- |
| * begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Title</em>' attribute. |
| * @see #getTitle() |
| * @generated |
| */ |
| void setTitle(String value); |
| |
| /** |
| * 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 lobj.LobjPackage#getSimpleDidacMeta_Description() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getDescription(); |
| |
| /** |
| * Sets the value of the '{@link lobj.SimpleDidacMeta#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); |
| |
| /** |
| * Returns the value of the '<em><b>Keywords</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Keywords</em>' attribute isn't clear, there really should be more of |
| * a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Keywords</em>' attribute. |
| * @see #setKeywords(String) |
| * @see lobj.LobjPackage#getSimpleDidacMeta_Keywords() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getKeywords(); |
| |
| /** |
| * Sets the value of the '{@link lobj.SimpleDidacMeta#getKeywords <em>Keywords</em>}' attribute. |
| * <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Keywords</em>' attribute. |
| * @see #getKeywords() |
| * @generated |
| */ |
| void setKeywords(String value); |
| |
| /** |
| * Returns the value of the '<em><b>Id</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a |
| * description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Id</em>' attribute. |
| * @see #setId(String) |
| * @see lobj.LobjPackage#getSimpleDidacMeta_Id() |
| * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" |
| * extendedMetaData="kind='attribute'" |
| * @generated |
| */ |
| String getId(); |
| |
| /** |
| * Sets the value of the '{@link lobj.SimpleDidacMeta#getId <em>Id</em>}' attribute. <!-- |
| * begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Id</em>' attribute. |
| * @see #getId() |
| * @generated |
| */ |
| void setId(String value); |
| |
| } // SimpleDidacMeta |