Interface DataPointWithMetaData

    • Method Detail

      • setMetaData

        void setMetaData​(HashMap<String,​Object> value)
        Sets the meta-data to use.
        Parameters:
        value - the meta-data
      • getMetaData

        HashMap<String,​Object> getMetaData()
        Returns the stored meta-data.
        Returns:
        the meta-data, null if none available
      • hasMetaData

        boolean hasMetaData()
        Checks if any meta-data is available.
        Returns:
        true if meta-data available