All Superinterfaces:
HistoricalData, Serializable
All Known Implementing Classes:
PackedHistoricalQualifiedValue, PackedHistoricalTagValue

@Deprecated(since="8.3.0") public interface HistoricalTagValue extends HistoricalData
Deprecated.
  • Field Details

  • Method Details

    • getSource

      TagPath getSource()
      Deprecated.
    • getTypeClass

      DataTypeClass getTypeClass()
      Deprecated.
    • getInterpolationMode

      InterpolationMode getInterpolationMode()
      Deprecated.
    • getTimestampSource

      TimestampSource getTimestampSource()
      Deprecated.
    • getValue

      Object getValue()
      Deprecated.
    • getQuality

      DataQuality getQuality()
      Deprecated.
    • getTimestamp

      Date getTimestamp()
      Deprecated.
    • upgrade

      HistoricalTagValue upgrade(String engineId)
      Deprecated.
      Description copied from interface: HistoricalData
      Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.
      Specified by:
      upgrade in interface HistoricalData
      Parameters:
      engineId - the engine ID to use for the upgrade if necessary
      Returns:
      the upgraded persistent data