public interface PendingFileTransfer
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModelPackage.getPendingFileTransfer()| Modifier and Type | Method and Description |
|---|---|
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. |
ModelElementId getAttachmentId()
If the meaning of the 'Attachment Id' containment reference isn't clear, there really should be more of a description here...
setAttachmentId(ModelElementId),
ModelPackage.getPendingFileTransfer_AttachmentId()void setAttachmentId(ModelElementId value)
Attachment Id' containment reference.
A null value indicates that the transfer
is to be cancelled. value - the new value of the 'Attachment Id' containment reference.getAttachmentId()int getFileVersion()
If the meaning of the 'File Version' attribute isn't clear, there really should be more of a description here...
setFileVersion(int),
ModelPackage.getPendingFileTransfer_FileVersion()void setFileVersion(int value)
File Version' attribute.
value - the new value of the 'File Version' attribute.getFileVersion()int getChunkNumber()
If the meaning of the 'Chunk Number' attribute isn't clear, there really should be more of a description here...
setChunkNumber(int),
ModelPackage.getPendingFileTransfer_ChunkNumber()void setChunkNumber(int value)
Chunk Number' attribute.
value - the new value of the 'Chunk Number' attribute.getChunkNumber()boolean isUpload()
If the meaning of the 'Upload' attribute isn't clear, there really should be more of a description here...
setUpload(boolean),
ModelPackage.getPendingFileTransfer_Upload()void setUpload(boolean value)
Upload' attribute.
value - the new value of the 'Upload' attribute.isUpload()String getFileName()
If the meaning of the 'File Name' attribute isn't clear, there really should be more of a description here...
setFileName(String),
ModelPackage.getPendingFileTransfer_FileName()void setFileName(String value)
File Name' attribute.
value - the new value of the 'File Name' attribute.getFileName()String getPreliminaryFileName()
If the meaning of the 'Preliminary File Name' attribute isn't clear, there really should be more of a description here...
setPreliminaryFileName(String),
ModelPackage.getPendingFileTransfer_PreliminaryFileName()void setPreliminaryFileName(String value)
Preliminary File Name' attribute.
value - the new value of the 'Preliminary File Name' attribute.getPreliminaryFileName()Copyright © 2017. All rights reserved.