org.eclipse.modisco.infra.discovery.benchmark
Interface File


public interface File

A representation of the model object 'File'.

The following features are supported:

See Also:
BenchmarkPackage.getFile()
Generated:
Model:

Method Summary
 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.
 

Method Detail

getSizeInBytes

long getSizeInBytes()
Returns the value of the 'Size In Bytes' attribute.

If the meaning of the 'Size In Bytes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Size In Bytes' attribute.
See Also:
setSizeInBytes(long), BenchmarkPackage.getFile_SizeInBytes()
Generated:
Model:

setSizeInBytes

void setSizeInBytes(long value)
Sets the value of the 'Size In Bytes' attribute.

Parameters:
value - the new value of the 'Size In Bytes' attribute.
See Also:
getSizeInBytes()
Generated:

getLines

long getLines()
Returns the value of the 'Lines' attribute.

If the meaning of the 'Lines' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lines' attribute.
See Also:
setLines(long), BenchmarkPackage.getFile_Lines()
Generated:
Model:

setLines

void setLines(long value)
Sets the value of the 'Lines' attribute.

Parameters:
value - the new value of the 'Lines' attribute.
See Also:
getLines()
Generated:

getFilepath

java.lang.String getFilepath()
Returns the value of the 'Filepath' attribute.

If the meaning of the 'Filepath' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filepath' attribute.
See Also:
setFilepath(String), BenchmarkPackage.getFile_Filepath()
Generated:
Model:

setFilepath

void setFilepath(java.lang.String value)
Sets the value of the 'Filepath' attribute.

Parameters:
value - the new value of the 'Filepath' attribute.
See Also:
getFilepath()
Generated: