Class FieldParsing


  • public class FieldParsing
    extends AbstractParsing
    For parsing Field options.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • FieldParsing

        public FieldParsing()
    • Method Detail

      • toString

        public static String toString​(AbstractOption option,
                                      Object object)
        Returns the field as string.
        Parameters:
        option - the current option
        object - the Field object to convert
        Returns:
        the generated string
      • valueOf

        public static Object valueOf​(AbstractOption option,
                                     String str)
        Returns a Field generated from the string. All "\t" strings are turned automatically into tab characters.
        Parameters:
        option - the current option
        str - the string to convert to a field
        Returns:
        the generated Field object