public class FileMakingRowResource extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<String> |
_valueList |
protected Map<String,String> |
_valueMap |
| コンストラクタと説明 |
|---|
FileMakingRowResource() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FileMakingRowResource |
acceptRow(List<String> valueList)
Accept the list of value as one row.
|
FileMakingRowResource |
acceptRow(Map<String,String> valueMap)
Accept the map of column-key value as one row.
|
void |
clear()
Clear the resources for instance recycle.
|
List<String> |
getValueList() |
Map<String,String> |
getValueMap() |
boolean |
hasRowData()
Does it have row data?
|
boolean |
hasValueList()
Does it have value list?
|
boolean |
hasValueMap()
Does it have column-key value map?
|
String |
toString() |
public FileMakingRowResource acceptRow(List<String> valueList)
valueList - The list of value. (NullAllowed, EmptyAllowed: if null or empty, means end of data)public FileMakingRowResource acceptRow(Map<String,String> valueMap)
valueMap - The map of column-key value. (NullAllowed, EmptyAllowed: if null or empty, means end of data)public boolean hasRowData()
public boolean hasValueList()
public boolean hasValueMap()
public void clear()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.