public interface DownloadResult extends IdEObject
The following features are supported:
StorePackage.getDownloadResult()| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getFile()
Returns the value of the 'File' attribute.
|
String |
getProjectName()
Returns the value of the 'Project Name' attribute.
|
Integer |
getRevisionNr()
Returns the value of the 'Revision Nr' attribute.
|
void |
setFile(DataHandler value)
Sets the value of the '
File' attribute. |
void |
setProjectName(String value)
Sets the value of the '
Project Name' attribute. |
void |
setRevisionNr(Integer value)
Sets the value of the '
Revision Nr' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getProjectName()
If the meaning of the 'Project Name' attribute isn't clear, there really should be more of a description here...
setProjectName(String),
StorePackage.getDownloadResult_ProjectName()void setProjectName(String value)
Project Name' attribute.
value - the new value of the 'Project Name' attribute.getProjectName()Integer getRevisionNr()
If the meaning of the 'Revision Nr' attribute isn't clear, there really should be more of a description here...
setRevisionNr(Integer),
StorePackage.getDownloadResult_RevisionNr()void setRevisionNr(Integer value)
Revision Nr' attribute.
value - the new value of the 'Revision Nr' attribute.getRevisionNr()DataHandler getFile()
If the meaning of the 'File' attribute isn't clear, there really should be more of a description here...
setFile(DataHandler),
StorePackage.getDownloadResult_File()void setFile(DataHandler value)
File' attribute.
value - the new value of the 'File' attribute.getFile()Copyright © 2016 OpenSource BIM. All rights reserved.