Interface GenericParameterObject

    • Method Detail

      • get

        Object get​(String key)
        Returns the object of the given key.
        Parameters:
        key - The given key to return the value.
        Returns:
        The value of the key
      • getAsString

        String getAsString​(String errorString)
        Returns the object of the given key as String.
        Parameters:
        errorString - The given key to return a value as String.
        Returns:
        The value of the key as string.
      • put

        void put​(String key,
                 Object value)
        Saves an object to the key.
        Parameters:
        key - the key.
        value - the key.