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.private static final long
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
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.
-
-
Constructor Details
-
Field
-
-
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
-