Interface Config.ConfigEnum

    • Method Detail

      • toConfigValue

        String toConfigValue()
        Converts enumeration value into a string to be save in config.
        Returns:
        the enum value as config string
      • matchConfigValue

        boolean matchConfigValue​(String in)
        Checks if the given string matches with enum value.
        Parameters:
        in - the string to match
        Returns:
        true if the given string matches enum value, false otherwise