Uses of Class
com.helger.photon.exchange.EExchangeFileType
-
Packages that use EExchangeFileType Package Description com.helger.photon.exchange com.helger.photon.exchange.bulkexport com.helger.photon.exchange.bulkexport.format com.helger.photon.exchange.bulkimport -
-
Uses of EExchangeFileType in com.helger.photon.exchange
Methods in com.helger.photon.exchange that return EExchangeFileType Modifier and Type Method Description static EExchangeFileTypeEExchangeFileType. getFromIDOrDefault(String sID, EExchangeFileType eDefault)static EExchangeFileTypeEExchangeFileType. getFromIDOrNull(String sID)static EExchangeFileTypeEExchangeFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static EExchangeFileType[]EExchangeFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.photon.exchange with parameters of type EExchangeFileType Modifier and Type Method Description static EExchangeFileTypeEExchangeFileType. getFromIDOrDefault(String sID, EExchangeFileType eDefault) -
Uses of EExchangeFileType in com.helger.photon.exchange.bulkexport
Methods in com.helger.photon.exchange.bulkexport that return EExchangeFileType Modifier and Type Method Description EExchangeFileTypeIExporterFile. getFileType() -
Uses of EExchangeFileType in com.helger.photon.exchange.bulkexport.format
Methods in com.helger.photon.exchange.bulkexport.format that return EExchangeFileType Modifier and Type Method Description EExchangeFileTypeExporterCSV. getFileType()EExchangeFileTypeExporterExcel. getFileType()EExchangeFileTypeExporterJSON. getFileType()EExchangeFileTypeExporterXML. getFileType() -
Uses of EExchangeFileType in com.helger.photon.exchange.bulkimport
Methods in com.helger.photon.exchange.bulkimport that return types with arguments of type EExchangeFileType Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<EExchangeFileType>AbstractBulkImport. getSupportedFileTypes()com.helger.commons.collection.impl.ICommonsList<EExchangeFileType>IBulkImport. getSupportedFileTypes()Constructors in com.helger.photon.exchange.bulkimport with parameters of type EExchangeFileType Constructor Description AbstractBulkImport(int nHeaderRowsToSkip, List<com.helger.commons.text.display.IHasDisplayText> aColumnNames, EExchangeFileType... aFileTypes)AbstractBulkImportExcel(int nHeaderRowsToSkip, List<com.helger.commons.text.display.IHasDisplayText> aColumns, EExchangeFileType... aFileTypes)
-