|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.text.Format
woolpack.text.LimitedValueFormat
woolpack.text.BooleanFormat
public class BooleanFormat
真偽値をフォーマットする変換器。
入れ子のクラスの概要 |
---|
クラス java.text.Format から継承された入れ子のクラス/インタフェース |
---|
java.text.Format.Field |
コンストラクタの概要 | |
---|---|
|
BooleanFormat()
コンストラクタ。 |
protected |
BooleanFormat(BooleanFormat format)
コピーコンストラクタ。 |
|
BooleanFormat(java.lang.String trueString,
java.lang.String falseString)
コンストラクタ。 |
メソッドの概要 | |
---|---|
java.lang.Object |
clone()
|
クラス woolpack.text.LimitedValueFormat から継承されたメソッド |
---|
format, parseObject, toString |
クラス java.text.Format から継承されたメソッド |
---|
format, formatToCharacterIterator, parseObject |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
protected BooleanFormat(BooleanFormat format)
clone()
から呼び出される(called)。
format
- コピー元。public BooleanFormat(java.lang.String trueString, java.lang.String falseString)
trueString
- true 値の文字列表現。falseString
- false 値の文字列表現。
java.lang.NullPointerException
- 引数のいずれかが null の場合。
java.lang.StringIndexOutOfBoundsException
- replacement が空の場合。public BooleanFormat()
メソッドの詳細 |
---|
public java.lang.Object clone()
LimitedValueFormat
内の clone
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |