|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Project
A representation of the model object 'Project'.
The following features are supported:
BenchmarkPackage.getProject()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
long |
getTotalLines()
Returns the value of the 'Total Lines' attribute. |
void |
setAverageFileSizeInBytes(long value)
Sets the value of the ' Average File Size In Bytes' attribute. |
void |
setAverageLinesPerFile(long value)
Sets the value of the ' Average Lines Per File' attribute. |
void |
setTotalLines(long value)
Sets the value of the ' Total Lines' attribute. |
| Methods inherited from interface org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.Resource |
|---|
getName, getTotalSizeInBytes, setName, setTotalSizeInBytes |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
long getTotalLines()
If the meaning of the 'Total Lines' attribute isn't clear, there really should be more of a description here...
setTotalLines(long),
BenchmarkPackage.getProject_TotalLines()void setTotalLines(long value)
Total Lines' attribute.
value - the new value of the 'Total Lines' attribute.getTotalLines()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...
setAverageFileSizeInBytes(long),
BenchmarkPackage.getProject_AverageFileSizeInBytes()void setAverageFileSizeInBytes(long value)
Average File Size In Bytes' attribute.
value - the new value of the 'Average File Size In Bytes' attribute.getAverageFileSizeInBytes()long getAverageLinesPerFile()
If the meaning of the 'Average Lines Per File' attribute isn't clear, there really should be more of a description here...
setAverageLinesPerFile(long),
BenchmarkPackage.getProject_AverageLinesPerFile()void setAverageLinesPerFile(long value)
Average Lines Per File' attribute.
value - the new value of the 'Average Lines Per File' attribute.getAverageLinesPerFile()getFiles()
File.
If the meaning of the 'Files' reference list isn't clear, there really should be more of a description here...
BenchmarkPackage.getProject_Files()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||