Class Header

    • Constructor Detail

      • Header

        public Header()
        Create the header. Uses an empty name and value as default
      • Header

        public Header​(String name,
                      String value)
        Create the header.
        Parameters:
        name - name of the header
        value - name of the header
    • Method Detail

      • addConfigElement

        public void addConfigElement​(ConfigElement config)
      • expectsModification

        public boolean expectsModification()
      • getValue

        public String getValue()
        Get the value for this object.
        Returns:
        the value of this header
      • setValue

        public void setValue​(String value)
        Set the value for this object.
        Parameters:
        value - the value of this header
      • toString

        public String toString()
        Creates a string representation of this header.
        Overrides:
        toString in class Object