Class StringMapRef


  • public class StringMapRef
    extends Object
    Internal StringMapRef class
    • Constructor Detail

      • StringMapRef

        public StringMapRef()
        Create a map of string key values.
    • Method Detail

      • setValue

        public void setValue​(String key,
                             String value)
        Sets the String value
        Parameters:
        key - String key to set.
        value - String value to assign
      • getValue

        public Map<String,​String> getValue()
        Gets the String value
        Returns:
        String value