| /** |
| * <copyright> |
| * </copyright> |
| * |
| * $Id$ |
| */ |
| package lobj; |
| |
| import org.eclipse.emf.ecore.EObject; |
| |
| /** |
| * <!-- begin-user-doc --> A representation of the model object '<em><b>Source</b></em>'. <!-- |
| * end-user-doc --> |
| * |
| * <p> |
| * The following features are supported: |
| * <ul> |
| * <li>{@link lobj.Source#getAuthor <em>Author</em>}</li> |
| * <li>{@link lobj.Source#getTitle <em>Title</em>}</li> |
| * <li>{@link lobj.Source#getSubtitle <em>Subtitle</em>}</li> |
| * <li>{@link lobj.Source#getPublishedIn <em>Published In</em>}</li> |
| * <li>{@link lobj.Source#getPublishedBy <em>Published By</em>}</li> |
| * <li>{@link lobj.Source#getPublishDate <em>Publish Date</em>}</li> |
| * <li>{@link lobj.Source#getPp <em>Pp</em>}</li> |
| * <li>{@link lobj.Source#getId <em>Id</em>}</li> |
| * </ul> |
| * </p> |
| * |
| * @see lobj.LobjPackage#getSource() |
| * @model extendedMetaData="kind='elementOnly'" |
| * @generated |
| */ |
| public interface Source extends EObject { |
| /** |
| * Returns the value of the '<em><b>Author</b></em>' containment reference. <!-- begin-user-doc |
| * --> |
| * <p> |
| * If the meaning of the '<em>Author</em>' containment reference isn't clear, there really should |
| * be more of a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Author</em>' containment reference. |
| * @see #setAuthor(Author) |
| * @see lobj.LobjPackage#getSource_Author() |
| * @model containment="true" extendedMetaData="kind='element' namespace='##targetNamespace'" |
| * @generated |
| */ |
| Author getAuthor(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#getAuthor <em>Author</em>}' containment reference. |
| * <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Author</em>' containment reference. |
| * @see #getAuthor() |
| * @generated |
| */ |
| void setAuthor(Author 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#getSource_Title() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getTitle(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#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>Subtitle</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Subtitle</em>' attribute isn't clear, there really should be more of |
| * a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Subtitle</em>' attribute. |
| * @see #setSubtitle(String) |
| * @see lobj.LobjPackage#getSource_Subtitle() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getSubtitle(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#getSubtitle <em>Subtitle</em>}' attribute. <!-- |
| * begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Subtitle</em>' attribute. |
| * @see #getSubtitle() |
| * @generated |
| */ |
| void setSubtitle(String value); |
| |
| /** |
| * Returns the value of the '<em><b>Published In</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Published In</em>' attribute isn't clear, there really should be |
| * more of a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Published In</em>' attribute. |
| * @see #setPublishedIn(String) |
| * @see lobj.LobjPackage#getSource_PublishedIn() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getPublishedIn(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#getPublishedIn <em>Published In</em>}' attribute. |
| * <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Published In</em>' attribute. |
| * @see #getPublishedIn() |
| * @generated |
| */ |
| void setPublishedIn(String value); |
| |
| /** |
| * Returns the value of the '<em><b>Published By</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Published By</em>' attribute isn't clear, there really should be |
| * more of a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Published By</em>' attribute. |
| * @see #setPublishedBy(String) |
| * @see lobj.LobjPackage#getSource_PublishedBy() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getPublishedBy(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#getPublishedBy <em>Published By</em>}' attribute. |
| * <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Published By</em>' attribute. |
| * @see #getPublishedBy() |
| * @generated |
| */ |
| void setPublishedBy(String value); |
| |
| /** |
| * Returns the value of the '<em><b>Publish Date</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Publish Date</em>' attribute isn't clear, there really should be |
| * more of a description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Publish Date</em>' attribute. |
| * @see #setPublishDate(Object) |
| * @see lobj.LobjPackage#getSource_PublishDate() |
| * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Date" |
| * extendedMetaData="kind='element'" |
| * @generated |
| */ |
| Object getPublishDate(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#getPublishDate <em>Publish Date</em>}' attribute. |
| * <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Publish Date</em>' attribute. |
| * @see #getPublishDate() |
| * @generated |
| */ |
| void setPublishDate(Object value); |
| |
| /** |
| * Returns the value of the '<em><b>Pp</b></em>' attribute. <!-- begin-user-doc --> |
| * <p> |
| * If the meaning of the '<em>Pp</em>' attribute isn't clear, there really should be more of a |
| * description here... |
| * </p> |
| * <!-- end-user-doc --> |
| * |
| * @return the value of the '<em>Pp</em>' attribute. |
| * @see #setPp(String) |
| * @see lobj.LobjPackage#getSource_Pp() |
| * @model unique="false" extendedMetaData="kind='element'" |
| * @generated |
| */ |
| String getPp(); |
| |
| /** |
| * Sets the value of the '{@link lobj.Source#getPp <em>Pp</em>}' attribute. <!-- begin-user-doc |
| * --> <!-- end-user-doc --> |
| * |
| * @param value |
| * the new value of the '<em>Pp</em>' attribute. |
| * @see #getPp() |
| * @generated |
| */ |
| void setPp(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#getSource_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.Source#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); |
| |
| } // Source |