Uses of Class
com.orchestranetworks.addon.dex.configuration.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
Modifier and TypeMethodDescriptionDataTemplate.getDataPosition()
ReturnsDataPosition
instance to represent the cell data position.Modifier and TypeMethodDescriptionSpreadsheetImportConfigurationSpec.getDataPositionInSheets()
Returns a map of data positions and Excel sheet names as the key parameter.Modifier and TypeMethodDescriptionvoid
DataTemplate.setDataPosition
(DataPosition dataPosition) SetsDataPosition
instance to represent the cell data position.Modifier and TypeMethodDescriptionvoid
SpreadsheetImportConfigurationSpec.setDataPositionInSheets
(Map<String, DataPosition> dataPositionInSheets) Sets a map of data positions and Excel sheet names as the key parameter.