Uses of Class
com.helger.photon.exchange.bulkexport.EExportDataType
-
Packages that use EExportDataType Package Description com.helger.photon.exchange.bulkexport com.helger.photon.exchange.bulkexport.format -
-
Uses of EExportDataType in com.helger.photon.exchange.bulkexport
Methods in com.helger.photon.exchange.bulkexport that return EExportDataType Modifier and Type Method Description static EExportDataTypeExportRecordField. autoDetermineType(Object aValue)EExportDataTypeExportRecordField. getFieldType()EExportDataTypeIExportRecordField. getFieldType()static EExportDataTypeEExportDataType. getFromIDOrNull(String sID)static EExportDataTypeEExportDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static EExportDataType[]EExportDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.helger.photon.exchange.bulkexport with parameters of type EExportDataType Constructor Description ExportRecordField(EExportDataType eFieldType, Object aValue) -
Uses of EExportDataType in com.helger.photon.exchange.bulkexport.format
Methods in com.helger.photon.exchange.bulkexport.format with parameters of type EExportDataType Modifier and Type Method Description protected voidExporterExcel. onAddCell(com.helger.poi.excel.WorkbookCreationHelper aWBCH, EExportRecordType eRecordType, org.apache.poi.ss.usermodel.Cell aCell, int nCellIndex, EExportDataType eBaseType)Callback when a new row is created.
-