Uses of Class
com.orchestranetworks.addon.dex.configuration.SpreadsheetFileFormat
-
Packages that use SpreadsheetFileFormat Package Description com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services. -
-
Uses of SpreadsheetFileFormat in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return SpreadsheetFileFormat Modifier and Type Method Description SpreadsheetFileFormatSpreadsheetExportConfigurationSpec. getFileFormat()Returns the Excel file format.static SpreadsheetFileFormatSpreadsheetFileFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SpreadsheetFileFormat[]SpreadsheetFileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dex.configuration with parameters of type SpreadsheetFileFormat Modifier and Type Method Description voidSpreadsheetExportConfigurationSpec. setFileFormat(SpreadsheetFileFormat fileFormat)Sets the Excel file format.
-