Package java.text

Class 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
  • Constructor Details

    • Field

      protected Field​(String fieldName)
      Constructs a new instance of Field with the given field name.
      Parameters:
      fieldName - the field name.