Class ListFormatter.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Field
- All Implemented Interfaces:
Serializable
- Enclosing class:
ListFormatter
Field selectors for format fields defined by ListFormatter.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ListFormatter.FieldThe element text in the result which came from the input strings.static ListFormatter.FieldThe literal text in the result which came from the resources.Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING -
Method Summary
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
-
Field Details
-
LITERAL
The literal text in the result which came from the resources. -
ELEMENT
The element text in the result which came from the input strings.
-
-
Method Details
-
readResolve
Deprecated.This API is ICU internal only.Serialization method resolve instances to the constant Field values- Overrides:
readResolvein classAttributedCharacterIterator.Attribute- Throws:
InvalidObjectException
-