Uses of Enum
com.helger.photon.exchange.EExchangeFileType
Packages that use EExchangeFileType
Package
Description
-
Uses of EExchangeFileType in com.helger.photon.exchange
Methods in com.helger.photon.exchange that return EExchangeFileTypeModifier and TypeMethodDescriptionstatic EExchangeFileTypeEExchangeFileType.getFromIDOrDefault(String sID, EExchangeFileType eDefault) static EExchangeFileTypeEExchangeFileType.getFromIDOrNull(String sID) static EExchangeFileTypeReturns 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 EExchangeFileTypeModifier and TypeMethodDescriptionstatic 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 -
Uses of EExchangeFileType in com.helger.photon.exchange.bulkexport.format
Methods in com.helger.photon.exchange.bulkexport.format that return EExchangeFileTypeModifier and TypeMethodDescriptionfinal EExchangeFileTypeExporterCSV.getFileType()final EExchangeFileTypeExporterExcel.getFileType()final EExchangeFileTypeExporterJSON.getFileType()final 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 EExchangeFileTypeModifier and TypeMethodDescriptionfinal 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 EExchangeFileTypeModifierConstructorDescriptionprotectedAbstractBulkImport(int nHeaderRowsToSkip, List<com.helger.commons.text.display.IHasDisplayText> aColumnNames, EExchangeFileType... aFileTypes) protectedAbstractBulkImportExcel(int nHeaderRowsToSkip, List<com.helger.commons.text.display.IHasDisplayText> aColumns, EExchangeFileType... aFileTypes)