Class StringRef


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

      • StringRef

        public StringRef​(String val)
        A reference to a String
        Parameters:
        val - Value of the string.
    • Method Detail

      • setValue

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

        public String getValue()
        Gets the String value
        Returns:
        String value