Package java.text
Class Format.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DateFormat.Field,MessageFormat.Field,NumberFormat.Field
- Enclosing class:
- Format
public static class Format.Field extends AttributedCharacterIterator.Attribute
Inner class used to represent
Format attributes in the
AttributedCharacterIterator that the
formatToCharacterIterator() method returns in Format
subclasses.- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING -
Constructor Summary
-
Method Summary
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, readResolve, toString
-
Constructor Details
-
Field
Constructs a new instance ofFieldwith the given field name.- Parameters:
fieldName- the field name.
-