Uses of Class
com.orchestranetworks.addon.dex.configuration.DataPosition
-
Packages that use DataPosition Package Description com.orchestranetworks.addon.dex.configuration 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 DataPosition Modifier and Type Method Description DataPositionDataTemplate. getDataPosition()ReturnsDataPositioninstance to represent the cell data position.Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type DataPosition Modifier and Type Method Description java.util.Map<java.lang.String,DataPosition>SpreadsheetImportConfigurationSpec. 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 DataPosition Modifier and Type Method Description voidDataTemplate. setDataPosition(DataPosition dataPosition)SetsDataPositioninstance to represent the cell data position.Method parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type DataPosition Modifier and Type Method Description voidSpreadsheetImportConfigurationSpec. setDataPositionInSheets(java.util.Map<java.lang.String,DataPosition> dataPositionInSheets)Sets a map of data positions and Excel sheet names as the key parameter.
-