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
public static final class ListFormatter.Field extends Format.Field
Field selectors for format fields defined by ListFormatter.- See Also:
- Serialized Form
- Status:
- Stable ICU 67.
-
-
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.-
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Object
readResolve()
Deprecated.This API is ICU internal only.-
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
-
-
-
-
Field Detail
-
LITERAL
public static ListFormatter.Field LITERAL
The literal text in the result which came from the resources.- Status:
- Stable ICU 67.
-
ELEMENT
public static ListFormatter.Field ELEMENT
The element text in the result which came from the input strings.- Status:
- Stable ICU 67.
-
-
Method Detail
-
readResolve
@Deprecated protected Object readResolve() throws InvalidObjectException
Deprecated.This API is ICU internal only.Serialization method resolve instances to the constant Field values- Overrides:
readResolve
in classAttributedCharacterIterator.Attribute
- Throws:
InvalidObjectException
- Status:
- Internal. This API is ICU internal only.
-
-