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,DateFormat.Field,MessageFormat.Field,MessageFormat.Field,NumberFormat.Field,NumberFormat.Field
- Enclosing class:
- Format
public static class Format.Field extends AttributedCharacterIterator.Attribute
Inner class used to representFormatattributes in theAttributedCharacterIteratorthat theformatToCharacterIterator()method returns inFormatsubclasses.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
-
-
Constructor Detail
-
Field
protected Field(String fieldName)
Constructs a new instance ofFieldwith the given field name.- Parameters:
fieldName- the field name.
-
-