public class DfDecoMapColumnPart extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
columnName |
protected List<DfDecoMapMappingPart> |
mappingList |
protected List<DfDecoMapPropertyPart> |
propertyList |
| コンストラクタと説明 |
|---|
DfDecoMapColumnPart(Map<String,Object> columnPartMap) |
DfDecoMapColumnPart(String columnName,
List<DfDecoMapMappingPart> mappingList,
List<DfDecoMapPropertyPart> propertyList) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,Object> |
convertToMap() |
String |
getColumnName() |
List<DfDecoMapMappingPart> |
getMappingList() |
List<DfDecoMapPropertyPart> |
getPropertyList() |
protected final String columnName
protected final List<DfDecoMapMappingPart> mappingList
protected final List<DfDecoMapPropertyPart> propertyList
public DfDecoMapColumnPart(String columnName, List<DfDecoMapMappingPart> mappingList, List<DfDecoMapPropertyPart> propertyList)
public String getColumnName()
public List<DfDecoMapMappingPart> getMappingList()
public List<DfDecoMapPropertyPart> getPropertyList()
Copyright © 2014–2019 The DBFlute Project. All rights reserved.