Interface IntValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Value
public interface IntValue extends Value
A representation of the model object 'Int Value'.
The following features are supported:
- See Also:
kieker.model.analysismodel.statistics.StatisticsPackage#getIntValue()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description intgetMeasurement()Returns the value of the 'Measurement' attribute.voidsetMeasurement(int value)Sets the value of the 'Measurement' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface kieker.model.analysismodel.statistics.Value
getTimestamp, setTimestamp
-
Method Details
-
getMeasurement
int getMeasurement()Returns the value of the 'Measurement' attribute.- Returns:
- the value of the 'Measurement' attribute.
- See Also:
setMeasurement(int),kieker.model.analysismodel.statistics.StatisticsPackage#getIntValue_Measurement()- Generated:
- Model:
-
setMeasurement
void setMeasurement(int value)Sets the value of the 'Measurement' attribute.- Parameters:
value- the new value of the 'Measurement' attribute.- See Also:
getMeasurement()- Generated:
-