A delimiter has no meaning other than being literally printed in this name
representation. A delimiter has no implicit leading and trailing white space.
A prefix has a strong association to the immediately following name part. A
prefix has no implicit trailing white space (it has implicit leading white
space though). Note that prefixes can be inverted.
Description:A suffix has a strong association to the immediately preceding
name part. A suffix has no implicit leading white space (it has implicit
trailing white space though). Suffices cannot be inverted.
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.)
Parameters:
name - the name of the enum constant to be returned.