Package com.ibm.icu.text
Class ListFormatter.Field
- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- java.text.Format.Field
-
- com.ibm.icu.text.ListFormatter.Field
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ListFormatter
public static final class ListFormatter.Field extends java.text.Format.Field
Field selectors for format fields defined by ListFormatter.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListFormatter.Field
ELEMENT
The element text in the result which came from the input strings.static ListFormatter.Field
LITERAL
The literal text in the result which came from the resources.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
readResolve()
Serizalization method resolve instances to the constant Field values
-
-
-
Field Detail
-
LITERAL
public static ListFormatter.Field LITERAL
The literal text in the result which came from the resources.
-
ELEMENT
public static ListFormatter.Field ELEMENT
The element text in the result which came from the input strings.
-
-