Uses of Class
com.orchestranetworks.addon.dex.configuration.DataPosition
Packages that use DataPosition
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
-
Uses of DataPosition in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return DataPositionModifier and TypeMethodDescriptionDataTemplate.getDataPosition()ReturnsDataPositioninstance to represent the cell data position.Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type DataPositionModifier and TypeMethodDescriptionSpreadsheetImportConfigurationSpec.getDataPositionInSheets()Returns a map of data positions and Excel sheet names as the key parameter.Methods in com.orchestranetworks.addon.dex.configuration with parameters of type DataPositionModifier and TypeMethodDescriptionvoidDataTemplate.setDataPosition(DataPosition dataPosition) SetsDataPositioninstance to represent the cell data position.Method parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type DataPositionModifier and TypeMethodDescriptionvoidSpreadsheetImportConfigurationSpec.setDataPositionInSheets(Map<String, DataPosition> dataPositionInSheets) Sets a map of data positions and Excel sheet names as the key parameter.