Interface LongValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Value

public interface LongValue
extends Value
A representation of the model object 'Long Value'.

The following features are supported:

See Also:
kieker.model.analysismodel.statistics.StatisticsPackage#getLongValue()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    long getMeasurement()
    Returns the value of the 'Measurement' attribute.
    void setMeasurement​(long 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, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface kieker.model.analysismodel.statistics.Value

    getTimestamp, setTimestamp
  • Method Details

    • getMeasurement

      long getMeasurement()
      Returns the value of the 'Measurement' attribute.
      Returns:
      the value of the 'Measurement' attribute.
      See Also:
      setMeasurement(long), kieker.model.analysismodel.statistics.StatisticsPackage#getLongValue_Measurement()
      Generated:
      Model:
    • setMeasurement

      void setMeasurement​(long value)
      Sets the value of the 'Measurement' attribute.
      Parameters:
      value - the new value of the 'Measurement' attribute.
      See Also:
      getMeasurement()
      Generated: