blob: 3d6303a36ed850d237e40efb69fd432816464f08 [file] [log] [blame]
/*******************************************************************************
* Copyright 2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
******************************************************************************/
package org.eclipse.emf.emfstore.client.test.model.attachment;
import org.eclipse.emf.emfstore.client.test.model.Attachment;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>File Attachment</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileName <em>File Name</em>}</li>
* <li>{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileHash <em>File Hash</em>}</li>
* <li>{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileID <em>File ID</em>}</li>
* <li>{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileSize <em>File Size</em>}</li>
* <li>{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileType <em>File Type</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.emf.emfstore.client.test.model.attachment.AttachmentPackage#getFileAttachment()
* @model
* @generated
*/
public interface FileAttachment extends Attachment {
/**
* Returns the value of the '<em><b>File Name</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File Name</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 Name</em>' attribute.
* @see #setFileName(String)
* @see org.eclipse.emf.emfstore.client.test.model.attachment.AttachmentPackage#getFileAttachment_FileName()
* @model annotation="org.unicase.ui.meeditor priority='2' position='left'"
* @generated
*/
String getFileName();
/**
* Sets the value of the '{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileName
* <em>File Name</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>File Name</em>' attribute.
* @see #getFileName()
* @generated
*/
void setFileName(String value);
/**
* Returns the value of the '<em><b>File Hash</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File Hash</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 Hash</em>' attribute.
* @see #setFileHash(String)
* @see org.eclipse.emf.emfstore.client.test.model.attachment.AttachmentPackage#getFileAttachment_FileHash()
* @model annotation="org.unicase.ui.meeditor priority='2' position='left'"
* @generated
*/
String getFileHash();
/**
* Sets the value of the '{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileHash
* <em>File Hash</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>File Hash</em>' attribute.
* @see #getFileHash()
* @generated
*/
void setFileHash(String value);
/**
* Returns the value of the '<em><b>File ID</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File 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>File ID</em>' attribute.
* @see #setFileID(String)
* @see org.eclipse.emf.emfstore.client.test.model.attachment.AttachmentPackage#getFileAttachment_FileID()
* @model annotation="org.unicase.ui.meeditor priority='2' position='left'"
* @generated
*/
String getFileID();
/**
* Sets the value of the '{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileID
* <em>File ID</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>File ID</em>' attribute.
* @see #getFileID()
* @generated
*/
void setFileID(String value);
/**
* Returns the value of the '<em><b>File Size</b></em>' attribute. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File Size</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 Size</em>' attribute.
* @see #setFileSize(long)
* @see org.eclipse.emf.emfstore.client.test.model.attachment.AttachmentPackage#getFileAttachment_FileSize()
* @model annotation="org.unicase.ui.meeditor priority='2' position='left'"
* @generated
*/
long getFileSize();
/**
* Sets the value of the '{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileSize
* <em>File Size</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>File Size</em>' attribute.
* @see #getFileSize()
* @generated
*/
void setFileSize(long value);
/**
* Returns the value of the '<em><b>File Type</b></em>' attribute. The literals are from the enumeration
* {@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachmentType}. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File Type</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 Type</em>' attribute.
* @see org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachmentType
* @see #setFileType(FileAttachmentType)
* @see org.eclipse.emf.emfstore.client.test.model.attachment.AttachmentPackage#getFileAttachment_FileType()
* @model
* @generated
*/
FileAttachmentType getFileType();
/**
* Sets the value of the '{@link org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachment#getFileType
* <em>File Type</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>File Type</em>' attribute.
* @see org.eclipse.emf.emfstore.client.test.model.attachment.FileAttachmentType
* @see #getFileType()
* @generated
*/
void setFileType(FileAttachmentType value);
} // FileAttachment