Class MetaData

    • Field Detail

      • m_Data

        protected SpreadSheet m_Data
        for storing the meta-data.
    • Constructor Detail

      • MetaData

        public MetaData()
        Initializes the meta-data.
      • MetaData

        public MetaData​(MetaData source)
        Initializes the meta-data with the provided meta-data.
        Parameters:
        source - the meta-data to copy
    • Method Detail

      • has

        public boolean has​(String key)
        Checks the meta-data for an existing key.
        Parameters:
        key - the key to check
        Returns:
        true if exists
      • add

        public void add​(String key,
                        Object value)
        Adds the meta-data.
        Parameters:
        key - the key
        value - the value
      • toString

        public String toString()
        Returns the underlying spreadsheet as string.
        Overrides:
        toString in class Object
        Returns:
        the string representation