Module java.base
Package java.text

Enum Class ListFormat.Style

java.lang.Object
java.lang.Enum<ListFormat.Style>
java.text.ListFormat.Style
All Implemented Interfaces:
Serializable, Comparable<ListFormat.Style>, Constable
Enclosing class:
ListFormat

public static enum ListFormat.Style extends Enum<ListFormat.Style>
A ListFormat style - FULL, SHORT, and NARROW.

Style is an enum which represents the style for formatting a list within a given ListFormat instance.

Since:
22