Enum Class RReport.TimeseriesData

java.lang.Object
java.lang.Enum<RReport.TimeseriesData>
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport.TimeseriesData
All Implemented Interfaces:
Serializable, Comparable<RReport.TimeseriesData>, Constable
Enclosing class:
RReport

public static enum RReport.TimeseriesData extends Enum<RReport.TimeseriesData>
Identifier for subsets of data elements that belong to a single time series element.
See Also:
  • TimeSeries
  • Enum Constant Details

    • TIMESPAN

      public static final RReport.TimeseriesData TIMESPAN
      The timespan value of the time series data point.
    • EVENTTIME

      public static final RReport.TimeseriesData EVENTTIME
      The eventtime value of the time series data point.
    • BOTH

      public static final RReport.TimeseriesData BOTH
      Both, the timespan and eventtime, of the time series data point.
  • Method Details

    • values

      public static RReport.TimeseriesData[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RReport.TimeseriesData valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null