blob: 233f88198143f65b71978ef9fb96f5766bb9e791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
* Returns the enum constant of this type with the specified
* name.
* The string must match exactly an identifier used to declare
* an enum constant in this type. (Extraneous whitespace
* characters are not permitted.)
*
* @return the enum constant with the specified name
* @throws IllegalArgumentException if this enum type has no
* constant with the specified name
*/
|