Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / resources / src / javadoc / EnumValueOf.java.template
blob233f88198143f65b71978ef9fb96f5766bb9e791
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  */