public interface Project
The following features are supported:
BenchmarkPackage.getProject()| Modifier and Type | Method and Description |
|---|---|
long |
getAverageFileSizeInBytes()
Returns the value of the 'Average File Size In Bytes' attribute.
|
long |
getAverageLinesPerFile()
Returns the value of the 'Average Lines Per File' attribute.
|
|
getFiles()
Returns the value of the 'Files' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
long |
getTotalLines()
Returns the value of the 'Total Lines' attribute.
|
long |
getTotalSizeInBytes()
Returns the value of the 'Total Size In Bytes' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
BenchmarkPackage.getProject_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()long getTotalLines()
If the meaning of the 'Total Lines' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getProject_TotalLines()getFiles()
File.
If the meaning of the 'Files' containment reference list isn't clear, there really should be more of a description here...
BenchmarkPackage.getProject_Files()long getAverageFileSizeInBytes()
If the meaning of the 'Average File Size In Bytes' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getProject_AverageFileSizeInBytes()long getAverageLinesPerFile()
If the meaning of the 'Average Lines Per File' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getProject_AverageLinesPerFile()long getTotalSizeInBytes()
If the meaning of the 'Total Size In Bytes' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getProject_TotalSizeInBytes()