Interface MultiValue<T>

  • Type Parameters:
    T - type of the multi value
    All Superinterfaces:
    Value<T>
    All Known Implementing Classes:
    SweDataArrayValue, TLVTValue, TVPValue

    public interface MultiValue<T>
    extends Value<T>
    Interface for observation values with more than one value
    Since:
    1.0.0
    • Method Detail

      • getPhenomenonTime

        Time getPhenomenonTime()
        Get the phenomenon time for the multiple values
        Returns:
        Phenomenon time
      • setValue

        MultiValue<T> setValue​(T value)
        Description copied from interface: Value
        Set the measurment value
        Specified by:
        setValue in interface Value<T>
        Parameters:
        value - Value to set