Package adams.core

Interface EnumWithCustomParsing<T extends Enum>

    • Method Detail

      • parse

        T parse​(String s)
        Parses the given string and returns the associated enum.
        Parameters:
        s - the string to parse
        Returns:
        the enum or null if not found