Class LiteralString


  • public class LiteralString
    extends Object
    Simple container of a String value to make overloading of some methods simpler and more natural
    • Constructor Detail

      • LiteralString

        public LiteralString​(String value)
    • Method Detail

      • getValue

        public String getValue()