public interface ArchiveConfiguration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getArchiveConfiguration()
Modifier and Type | Method and Description |
---|---|
long |
getFileSizeInMilliseconds()
Returns the value of the 'File Size In Milliseconds' attribute.
|
long |
getNumberOfFiles()
Returns the value of the 'Number Of Files' attribute.
|
void |
setFileSizeInMilliseconds(long value)
Sets the value of the '
File Size In Milliseconds ' attribute. |
void |
setNumberOfFiles(long value)
Sets the value of the '
Number Of Files ' attribute. |
long getFileSizeInMilliseconds()
"3600000"
.
If the meaning of the 'File Size In Milliseconds' attribute isn't clear, there really should be more of a description here...
setFileSizeInMilliseconds(long)
,
OsgiPackage.getArchiveConfiguration_FileSizeInMilliseconds()
void setFileSizeInMilliseconds(long value)
File Size In Milliseconds
' attribute.
value
- the new value of the 'File Size In Milliseconds' attribute.getFileSizeInMilliseconds()
long getNumberOfFiles()
"2160"
.
If the meaning of the 'Number Of Files' attribute isn't clear, there really should be more of a description here...
setNumberOfFiles(long)
,
OsgiPackage.getArchiveConfiguration_NumberOfFiles()
void setNumberOfFiles(long value)
Number Of Files
' attribute.
value
- the new value of the 'Number Of Files' attribute.getNumberOfFiles()