public interface File
The following features are supported:
BenchmarkPackage.getFile()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilepath()
Returns the value of the 'Filepath' attribute.
|
long |
getLines()
Returns the value of the 'Lines' attribute.
|
long |
getSizeInBytes()
Returns the value of the 'Size In Bytes' attribute.
|
void |
setFilepath(java.lang.String value)
Sets the value of the '
Filepath' attribute. |
void |
setLines(long value)
Sets the value of the '
Lines' attribute. |
void |
setSizeInBytes(long value)
Sets the value of the '
Size In Bytes' attribute. |
long getSizeInBytes()
If the meaning of the 'Size In Bytes' attribute isn't clear, there really should be more of a description here...
setSizeInBytes(long),
BenchmarkPackage.getFile_SizeInBytes()void setSizeInBytes(long value)
Size In Bytes' attribute.
value - the new value of the 'Size In Bytes' attribute.getSizeInBytes()long getLines()
If the meaning of the 'Lines' attribute isn't clear, there really should be more of a description here...
setLines(long),
BenchmarkPackage.getFile_Lines()void setLines(long value)
Lines' attribute.
value - the new value of the 'Lines' attribute.getLines()java.lang.String getFilepath()
If the meaning of the 'Filepath' attribute isn't clear, there really should be more of a description here...
setFilepath(String),
BenchmarkPackage.getFile_Filepath()void setFilepath(java.lang.String value)
Filepath' attribute.
value - the new value of the 'Filepath' attribute.getFilepath()