| Package | Description |
|---|---|
| eu.wiegandt.nicklas.simpleexcelimexporter | |
| eu.wiegandt.nicklas.simpleexcelimexporter.api |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DataController<? extends DataClass>> |
ExcelTableManager.getDataController() |
Class<? extends DataClass> |
ExcelTableManager.getExcelTableClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
ExcelImExporterField.getGetterMethodName(Class<? extends DataClass> aDataClass)
Determines the name of the getter method.
|
String |
ExcelImExporterField.getSetterMethodName(Class<? extends DataClass> aDataClass)
Determines the name of the setter method.
|
| Constructor and Description |
|---|
ExcelTableManager(Class<? extends DataClass> aExcelTable)
A constructor which calls some methods to check if the given class is
valid for im-/exporting.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataController<D extends DataClass>
A interface which describes data controllers.
|
Copyright © 2016. All rights reserved.