org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
Interface Resource

All Known Subinterfaces:
Project

public interface Resource

A representation of the model object 'Resource'.

The following features are supported:

See Also:
BenchmarkPackage.getResource()
Generated:
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' 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.
 void setTotalSizeInBytes(long value)
          Sets the value of the 'Total Size In Bytes' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BenchmarkPackage.getResource_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getTotalSizeInBytes

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

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

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

setTotalSizeInBytes

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

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