Uses of Enum
com.helger.photon.exchange.bulkexport.EExportDataType
Packages that use EExportDataType
Package
Description
-
Uses of EExportDataType in com.helger.photon.exchange.bulkexport
Methods in com.helger.photon.exchange.bulkexport that return EExportDataTypeModifier and TypeMethodDescriptionstatic EExportDataTypeExportRecordField.autoDetermineType(Object aValue) ExportRecordField.getFieldType()IExportRecordField.getFieldType()static EExportDataTypeEExportDataType.getFromIDOrNull(String sID) static EExportDataTypeReturns 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 EExportDataTypeModifierConstructorDescriptionprotectedExportRecordField(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 EExportDataTypeModifier and TypeMethodDescriptionprotected 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.