org.eclipse.emf.emfstore.internal.client.model
Interface PendingFileTransfer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PendingFileTransferImpl

public interface PendingFileTransfer
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Pending File Transfer'.

The following features are supported:

See Also:
ModelPackage.getPendingFileTransfer()

Method Summary
 ModelElementId getAttachmentId()
          Returns the value of the 'Attachment Id' containment reference.
 int getChunkNumber()
          Returns the value of the 'Chunk Number' attribute.
 String getFileName()
          Returns the value of the 'File Name' attribute.
 int getFileVersion()
          Returns the value of the 'File Version' attribute.
 String getPreliminaryFileName()
          Returns the value of the 'Preliminary File Name' attribute.
 boolean isUpload()
          Returns the value of the 'Upload' attribute.
 void setAttachmentId(ModelElementId value)
          Sets the value of the 'Attachment Id' containment reference.
 void setChunkNumber(int value)
          Sets the value of the 'Chunk Number' attribute.
 void setFileName(String value)
          Sets the value of the 'File Name' attribute.
 void setFileVersion(int value)
          Sets the value of the 'File Version' attribute.
 void setPreliminaryFileName(String value)
          Sets the value of the ' Preliminary File Name' attribute.
 void setUpload(boolean value)
          Sets the value of the 'Upload' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAttachmentId

ModelElementId getAttachmentId()
Returns the value of the 'Attachment Id' containment reference.

If the meaning of the 'Attachment Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attachment Id' containment reference.
See Also:
setAttachmentId(ModelElementId), ModelPackage.getPendingFileTransfer_AttachmentId()

setAttachmentId

void setAttachmentId(ModelElementId value)
Sets the value of the 'Attachment Id' containment reference. A null value indicates that the transfer is to be cancelled.

Parameters:
value - the new value of the 'Attachment Id' containment reference.
See Also:
getAttachmentId()

getFileVersion

int getFileVersion()
Returns the value of the 'File Version' attribute.

If the meaning of the 'File Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'File Version' attribute.
See Also:
setFileVersion(int), ModelPackage.getPendingFileTransfer_FileVersion()

setFileVersion

void setFileVersion(int value)
Sets the value of the 'File Version' attribute.

Parameters:
value - the new value of the 'File Version' attribute.
See Also:
getFileVersion()

getChunkNumber

int getChunkNumber()
Returns the value of the 'Chunk Number' attribute.

If the meaning of the 'Chunk Number' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Chunk Number' attribute.
See Also:
setChunkNumber(int), ModelPackage.getPendingFileTransfer_ChunkNumber()

setChunkNumber

void setChunkNumber(int value)
Sets the value of the 'Chunk Number' attribute.

Parameters:
value - the new value of the 'Chunk Number' attribute.
See Also:
getChunkNumber()

isUpload

boolean isUpload()
Returns the value of the 'Upload' attribute.

If the meaning of the 'Upload' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Upload' attribute.
See Also:
setUpload(boolean), ModelPackage.getPendingFileTransfer_Upload()

setUpload

void setUpload(boolean value)
Sets the value of the 'Upload' attribute.

Parameters:
value - the new value of the 'Upload' attribute.
See Also:
isUpload()

getFileName

String getFileName()
Returns the value of the 'File Name' attribute.

If the meaning of the 'File Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'File Name' attribute.
See Also:
setFileName(String), ModelPackage.getPendingFileTransfer_FileName()

setFileName

void setFileName(String value)
Sets the value of the 'File Name' attribute.

Parameters:
value - the new value of the 'File Name' attribute.
See Also:
getFileName()

getPreliminaryFileName

String getPreliminaryFileName()
Returns the value of the 'Preliminary File Name' attribute.

If the meaning of the 'Preliminary File Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Preliminary File Name' attribute.
See Also:
setPreliminaryFileName(String), ModelPackage.getPendingFileTransfer_PreliminaryFileName()

setPreliminaryFileName

void setPreliminaryFileName(String value)
Sets the value of the ' Preliminary File Name' attribute.

Parameters:
value - the new value of the 'Preliminary File Name' attribute.
See Also:
getPreliminaryFileName()


Copyright © 2015. All Rights Reserved.