public class ResponseTimeImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements ResponseTime
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetAverage(MeasuredValue newAverage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetJitter(MeasuredValue newJitter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetMaximum(MeasuredValue newMaximum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetMinimum(MeasuredValue newMinimum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetMonitoredresource(MonitoredResource newMonitoredresource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
MeasuredValue |
getAverage() |
MeasuredValue |
getJitter() |
MeasuredValue |
getMaximum() |
MeasuredValue |
getMinimum() |
MonitoredResource |
getMonitoredresource() |
void |
setAverage(MeasuredValue newAverage) |
void |
setJitter(MeasuredValue newJitter) |
void |
setMaximum(MeasuredValue newMaximum) |
void |
setMinimum(MeasuredValue newMinimum) |
void |
setMonitoredresource(MonitoredResource newMonitoredresource) |
eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public MonitoredResource getMonitoredresource()
getMonitoredresource
in interface ResponseTime
ResponseTime.setMonitoredresource(MonitoredResource)
,
MonitoringxmlPackage.getResponseTime_Monitoredresource()
,
MonitoredResource.getResponsetime()
public org.eclipse.emf.common.notify.NotificationChain basicSetMonitoredresource(MonitoredResource newMonitoredresource, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMonitoredresource(MonitoredResource newMonitoredresource)
setMonitoredresource
in interface ResponseTime
newMonitoredresource
- the new value of the 'Monitoredresource' container reference.ResponseTime.getMonitoredresource()
public MeasuredValue getMinimum()
getMinimum
in interface ResponseTime
ResponseTime.setMinimum(MeasuredValue)
,
MonitoringxmlPackage.getResponseTime_Minimum()
public org.eclipse.emf.common.notify.NotificationChain basicSetMinimum(MeasuredValue newMinimum, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMinimum(MeasuredValue newMinimum)
setMinimum
in interface ResponseTime
newMinimum
- the new value of the 'Minimum' containment reference.ResponseTime.getMinimum()
public MeasuredValue getMaximum()
getMaximum
in interface ResponseTime
ResponseTime.setMaximum(MeasuredValue)
,
MonitoringxmlPackage.getResponseTime_Maximum()
public org.eclipse.emf.common.notify.NotificationChain basicSetMaximum(MeasuredValue newMaximum, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMaximum(MeasuredValue newMaximum)
setMaximum
in interface ResponseTime
newMaximum
- the new value of the 'Maximum' containment reference.ResponseTime.getMaximum()
public MeasuredValue getAverage()
getAverage
in interface ResponseTime
ResponseTime.setAverage(MeasuredValue)
,
MonitoringxmlPackage.getResponseTime_Average()
public org.eclipse.emf.common.notify.NotificationChain basicSetAverage(MeasuredValue newAverage, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setAverage(MeasuredValue newAverage)
setAverage
in interface ResponseTime
newAverage
- the new value of the 'Average' containment reference.ResponseTime.getAverage()
public MeasuredValue getJitter()
getJitter
in interface ResponseTime
ResponseTime.setJitter(MeasuredValue)
,
MonitoringxmlPackage.getResponseTime_Jitter()
public org.eclipse.emf.common.notify.NotificationChain basicSetJitter(MeasuredValue newJitter, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setJitter(MeasuredValue newJitter)
setJitter
in interface ResponseTime
newJitter
- the new value of the 'Jitter' containment reference.ResponseTime.getJitter()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl