|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface FlatFileRecord
ファイルのレコードを表すインタフェース。
| メソッドの概要 | |
|---|---|
BigDecimal |
getBigDecimal(String key)
引数 keyに該当する値をBigDecimal型で返却します。 |
Date |
getDate(String key)
引数 keyに該当する値をDate型で返却します。 |
Double |
getDouble(String key)
引数 keyに該当する値をDouble型で返却します。 |
Float |
getFloat(String key)
引数 keyに該当する値をFloat型で返却します。 |
Integer |
getInteger(String key)
引数 keyに該当する値をInteger型で返却します。 |
Long |
getLong(String key)
引数 keyに該当する値をLong型で返却します。 |
Short |
getShort(String key)
引数 keyに該当する値をShort型で返却します。 |
String |
getString(String key)
引数 keyに該当する値をString型で返却します。 |
Map<String,String> |
toMap()
レコードの内容を Mapで返却します。 |
| メソッドの詳細 |
|---|
String getString(String key)
keyに該当する値をString型で返却します。
key - 項目名
BigDecimal getBigDecimal(String key)
throws DataFormatException
keyに該当する値をBigDecimal型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。
Double getDouble(String key)
throws DataFormatException
keyに該当する値をDouble型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。
Integer getInteger(String key)
throws DataFormatException
keyに該当する値をInteger型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。
Long getLong(String key)
throws DataFormatException
keyに該当する値をLong型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。
Float getFloat(String key)
throws DataFormatException
keyに該当する値をFloat型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。
Short getShort(String key)
throws DataFormatException
keyに該当する値をShort型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。
Date getDate(String key)
throws DataFormatException
keyに該当する値をDate型で返却します。
key - 項目名
DataFormatException - データ型の変換に失敗した場合に発生します。Map<String,String> toMap()
Mapで返却します。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||