public class ExcelImExporterField extends Object
| Constructor and Description |
|---|
ExcelImExporterField(Integer aColumnIndex,
String aColumnName,
String aFieldName) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColumnIndex() |
String |
getColumnName() |
String |
getFieldName() |
String |
getGetterMethodName(Class<? extends DataClass> aDataClass)
Determines the name of the getter method.
|
String |
getSetterMethodName(Class<? extends DataClass> aDataClass)
Determines the name of the setter method.
|
public Integer getColumnIndex()
public String getColumnName()
public String getFieldName()
public String getGetterMethodName(Class<? extends DataClass> aDataClass) throws NoSuchFieldException
aDataClass - The data class which field is used.NoSuchFieldException - Will be thrown if there is no field with the given field
name.public String getSetterMethodName(Class<? extends DataClass> aDataClass) throws NoSuchFieldException
aDataClass - The data class which field is used.NoSuchFieldException - Will be thrown if there is no field with the given field
name.Copyright © 2019. All rights reserved.