public interface MonitoredResource
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
BlockingTime |
getBlockingtime()
Returns the value of the 'Blockingtime' containment reference.
|
ExecutionTime |
getExecutiontime()
Returns the value of the 'Executiontime' containment reference.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Period |
getPeriod()
Returns the value of the 'Period' containment reference.
|
ResponseTime |
getResponsetime()
Returns the value of the 'Responsetime' containment reference.
|
void |
setBlockingtime(BlockingTime value)
Sets the value of the '
Blockingtime ' containment reference. |
void |
setExecutiontime(ExecutionTime value)
Sets the value of the '
Executiontime ' containment reference. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setPeriod(Period value)
Sets the value of the '
Period ' containment reference. |
void |
setResponsetime(ResponseTime value)
Sets the value of the '
Responsetime ' containment reference. |
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)
,
MonitoringxmlPackage.getMonitoredResource_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Period getPeriod()
Monitoredresource
'.
If the meaning of the 'Period' containment reference isn't clear, there really should be more of a description here...
setPeriod(Period)
,
MonitoringxmlPackage.getMonitoredResource_Period()
,
Period.getMonitoredresource()
void setPeriod(Period value)
Period
' containment reference.
value
- the new value of the 'Period' containment reference.getPeriod()
ExecutionTime getExecutiontime()
Monitoredresource
'.
If the meaning of the 'Executiontime' containment reference isn't clear, there really should be more of a description here...
setExecutiontime(ExecutionTime)
,
MonitoringxmlPackage.getMonitoredResource_Executiontime()
,
ExecutionTime.getMonitoredresource()
void setExecutiontime(ExecutionTime value)
Executiontime
' containment reference.
value
- the new value of the 'Executiontime' containment reference.getExecutiontime()
BlockingTime getBlockingtime()
Monitoredresource
'.
If the meaning of the 'Blockingtime' containment reference isn't clear, there really should be more of a description here...
setBlockingtime(BlockingTime)
,
MonitoringxmlPackage.getMonitoredResource_Blockingtime()
,
BlockingTime.getMonitoredresource()
void setBlockingtime(BlockingTime value)
Blockingtime
' containment reference.
value
- the new value of the 'Blockingtime' containment reference.getBlockingtime()
ResponseTime getResponsetime()
Monitoredresource
'.
If the meaning of the 'Responsetime' containment reference isn't clear, there really should be more of a description here...
setResponsetime(ResponseTime)
,
MonitoringxmlPackage.getMonitoredResource_Responsetime()
,
ResponseTime.getMonitoredresource()
void setResponsetime(ResponseTime value)
Responsetime
' containment reference.
value
- the new value of the 'Responsetime' containment reference.getResponsetime()