Class StringValues.StringValueUIResource

    • Constructor Detail

      • StringValueUIResource

        public StringValueUIResource​(StringValue toString)
    • Method Detail

      • getString

        public String getString​(Object value)
        Description copied from interface: StringValue
        Returns a string representation of the given value.

        PENDING JW: forgot - why not null return guaranteed?

        Specified by:
        getString in interface StringValue
        Parameters:
        value - the object to present as a string
        Returns:
        a string representation of the given value, guaranteed to be not null