Uses of Enum Class
java.text.ListFormat.Style
Package
Description
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
-
Uses of ListFormat.Style in java.text
Modifier and TypeClassDescriptionstatic enum
Modifier and TypeMethodDescriptionstatic ListFormat.Style
Returns the enum constant of this class with the specified name.static ListFormat.Style[]
ListFormat.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ListFormat
ListFormat.getInstance
(Locale locale, ListFormat.Type type, ListFormat.Style style)