blob: f0e7cfb2ac0f92f4ef1a7ada38659636f224288e [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package lobj;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>External Metadata</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link lobj.ExternalMetadata#getRef <em>Ref</em>}</li>
* <li>{@link lobj.ExternalMetadata#getFile <em>File</em>}</li>
* <li>{@link lobj.ExternalMetadata#getId <em>Id</em>}</li>
* </ul>
* </p>
*
* @see lobj.LobjPackage#getExternalMetadata()
* @model extendedMetaData="kind='elementOnly'"
* @generated
*/
public interface ExternalMetadata extends EObject {
/**
* Returns the value of the '<em><b>Ref</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ref</em>' attribute isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Ref</em>' attribute.
* @see #setRef(String)
* @see lobj.LobjPackage#getExternalMetadata_Ref()
* @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
String getRef();
/**
* Sets the value of the '{@link lobj.ExternalMetadata#getRef <em>Ref</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Ref</em>' attribute.
* @see #getRef()
* @generated
*/
void setRef(String value);
/**
* Returns the value of the '<em><b>File</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File</em>' attribute isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>File</em>' attribute.
* @see #setFile(String)
* @see lobj.LobjPackage#getExternalMetadata_File()
* @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
String getFile();
/**
* Sets the value of the '{@link lobj.ExternalMetadata#getFile <em>File</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>File</em>' attribute.
* @see #getFile()
* @generated
*/
void setFile(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#getExternalMetadata_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.ExternalMetadata#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);
} // ExternalMetadata