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
This inner class is used to represent Format attributes in the
AttributedCharacterIterator that formatToCharacterIterator() method
returns in the Format subclasses.
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
Format.Field(String fieldName)
Constructs a new instance of Field with the given fieldName. |
Format.Field
protected Format.Field(String fieldName)
- Constructs a new instance of Field with the given fieldName.
- Parameters:
fieldName - The field name.
Please submit a feedback, bug or feature