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:
Serializable
- Enclosing class:
ListFormatter
Field selectors for format fields defined by ListFormatter.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ListFormatter.Field
The element text in the result which came from the input strings.static ListFormatter.Field
The 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:
readResolve
in classAttributedCharacterIterator.Attribute
- Throws:
InvalidObjectException
-