949596979899100101
if (value.equalsIgnoreCase(str)) { return value; } } // no match so fail throw new ParameterException(str); } }