Class TextList

    • Constructor Detail

      • TextList

        public TextList()
        Default constructor.
      • TextList

        public TextList​(String aValue)
        Parses the specified string representation to create a list of categories.
        Parameters:
        aValue - a string representation of a list of categories
      • TextList

        public TextList​(List<String> texts)
      • TextList

        public TextList​(String... textValues)
        Parameters:
        textValues - an array of text values