Module java.base
Package java.text

Enum Class ListFormat.Type

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

public static enum ListFormat.Type extends Enum<ListFormat.Type>
A ListFormat type - STANDARD, OR, and UNIT.

Type is an enum which represents the type for formatting a list within a given ListFormat instance. It determines the punctuation and the connecting words in the formatted text.

Since:
22