Interface ApplicationKey

    • Method Detail

      • getValue

        String getValue()
        Get the value of the key.
        Returns:
        The string value.
      • setValue

        void setValue​(String Value)
        Set the value of the key.
        Parameters:
        Value - The new string key value.