The FULL ListFormat style. This is the default style, which typically is the
full description of the text and punctuation that appear between the list elements.
Suitable for elements, such as "Monday", "Tuesday", "Wednesday", etc.
The SHORT ListFormat style. This style is typically an abbreviation
of the text and punctuation that appear between the list elements.
Suitable for elements, such as "Mon", "Tue", "Wed", etc.
The NARROW ListFormat style. This style is typically the shortest description
of the text and punctuation that appear between the list elements.
Suitable for elements, such as "M", "T", "W", etc.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.