Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 1 | /** |
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 |