CDC 1.1.2

java.text
クラス Format.Field

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
 
コンストラクタの概要
protected Format.Field(String name)
          指定された名前を持つ Field を作成します。
 
メソッドの概要
 
クラス java.text.AttributedCharacterIterator.Attribute から継承されたメソッド
equals, getName, hashCode, readResolve, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Format.Field

protected Format.Field(String name)
指定された名前を持つ Field を作成します。

パラメータ:
name - 属性の名前

CDC 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.