blob: 233f88198143f65b71978ef9fb96f5766bb9e791 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001/**
2 * Returns the enum constant of this type with the specified
3 * name.
4 * The string must match exactly an identifier used to declare
5 * an enum constant in this type. (Extraneous whitespace
6 * characters are not permitted.)
7 *
8 * @return the enum constant with the specified name
9 * @throws IllegalArgumentException if this enum type has no
10 * constant with the specified name
11 */
12