public interface File extends IdEObject
The following features are supported:
StorePackage.getFile()| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the value of the 'Data' attribute.
|
String |
getFilename()
Returns the value of the 'Filename' attribute.
|
String |
getMime()
Returns the value of the 'Mime' attribute.
|
long |
getSize()
Returns the value of the 'Size' attribute.
|
void |
setData(byte[] value)
Sets the value of the '
Data' attribute. |
void |
setFilename(String value)
Sets the value of the '
Filename' attribute. |
void |
setMime(String value)
Sets the value of the '
Mime' attribute. |
void |
setSize(long value)
Sets the value of the '
Size' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removebyte[] getData()
If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...
setData(byte[]),
StorePackage.getFile_Data()void setData(byte[] value)
Data' attribute.
value - the new value of the 'Data' attribute.getData()String getFilename()
If the meaning of the 'Filename' attribute isn't clear, there really should be more of a description here...
setFilename(String),
StorePackage.getFile_Filename()void setFilename(String value)
Filename' attribute.
value - the new value of the 'Filename' attribute.getFilename()String getMime()
If the meaning of the 'Mime' attribute isn't clear, there really should be more of a description here...
setMime(String),
StorePackage.getFile_Mime()void setMime(String value)
Mime' attribute.
value - the new value of the 'Mime' attribute.getMime()long getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(long),
StorePackage.getFile_Size()Copyright © 2018 OpenSource BIM. All rights reserved.