Interface StringPropertyMap

    • Method Detail

      • add

        void add​(Address addr,
                 java.lang.String value)
        Add a String value at the specified address.
        Parameters:
        addr - address for the property
        value - value of the property
        Throws:
        TypeMismatchException - thrown if the property does not have String values.
      • getString

        java.lang.String getString​(Address addr)
        Get the String value at the given address.
        Parameters:
        addr - the address from where to get the String value
        Returns:
        String or null if property not found at addr.