Klasse TimedValue

Alle implementierten Schnittstellen:
PointerInterface

public class TimedValue extends Record
  • Felddetails

  • Konstruktordetails

    • TimedValue

      public TimedValue(PointerContainer pointer)
    • TimedValue

      public TimedValue()
  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldTimestamp

      public void setFieldTimestamp(long timestamp)
      timestamp of the value change
    • getFieldTimestamp

      public long getFieldTimestamp()
      timestamp of the value change
    • setFieldValue

      public void setFieldValue(double value)
      the corresponding value
    • getFieldValue

      public double getFieldValue()
      the corresponding value