Class SubClosedList

    • Constructor Detail

      • SubClosedList

        public SubClosedList()
    • Method Detail

      • canonicalForm

        public String canonicalForm()
        Get the canonicalForm value.
        Returns:
        the canonicalForm value
      • withCanonicalForm

        public SubClosedList withCanonicalForm​(String canonicalForm)
        Set the canonicalForm value.
        Parameters:
        canonicalForm - the canonicalForm value to set
        Returns:
        the SubClosedList object itself.
      • list

        public List<String> list()
        Get the list value.
        Returns:
        the list value
      • withList

        public SubClosedList withList​(List<String> list)
        Set the list value.
        Parameters:
        list - the list value to set
        Returns:
        the SubClosedList object itself.