- java.lang.Object
- 
- java.text.AttributedCharacterIterator.Attribute
- 
- java.text.Format.Field
 
 
- 
- すべての実装されたインタフェース:
- Serializable
 - 直系の既知のサブクラス:
- DateFormat.Field,- MessageFormat.Field,- NumberFormat.Field
 - 含まれているクラス:
- Format
 
 public static class Format.Field extends AttributedCharacterIterator.Attribute Format.formatToCharacterIteratorから返されたAttributedCharacterIterator内の属性キー、およびFieldPosition内のフィールド識別子として使用する定数を定義します。- 導入されたバージョン:
- 1.4
- 関連項目:
- 直列化された形式
 
- 
- 
フィールドのサマリー- 
クラス java.text.AttributedCharacterIterator.Attributeで宣言されたフィールドINPUT_METHOD_SEGMENT, LANGUAGE, READING
 
- 
 
- 
- 
- 
コンストラクタの詳細- 
Fieldprotected Field(String name) 指定された名前を持つFieldを作成します。- パラメータ:
- name- 属性の名前
 
 
- 
 
-