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