|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.cybec.cb3.accessor.fileaccess.flat.FlatFileRecordImpl
public class FlatFileRecordImpl
ファイルのレコードの実装クラス。
コンストラクタの概要 | |
---|---|
FlatFileRecordImpl(LinkedHashMap<String,String> recordMap)
コンストラクタ |
メソッドの概要 | |
---|---|
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()
レコードマップを返却します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FlatFileRecordImpl(LinkedHashMap<String,String> recordMap)
recordMap
- レコードマップメソッドの詳細 |
---|
public String getString(String key)
FlatFileRecord
内の getString
key
- 項目名
public BigDecimal getBigDecimal(String key) throws DataFormatException
FlatFileRecord
内の getBigDecimal
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Double getDouble(String key) throws DataFormatException
FlatFileRecord
内の getDouble
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Integer getInteger(String key) throws DataFormatException
FlatFileRecord
内の getInteger
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Long getLong(String key) throws DataFormatException
FlatFileRecord
内の getLong
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Float getFloat(String key) throws DataFormatException
FlatFileRecord
内の getFloat
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Short getShort(String key) throws DataFormatException
FlatFileRecord
内の getShort
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Date getDate(String key) throws DataFormatException
FlatFileRecord
内の getDate
key
- 項目名
DataFormatException
- データ型変換エラーが発生した場合に発生します。public Map<String,String> toMap()
FlatFileRecord
内の toMap
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |