Uses of Enum Class
com.orchestranetworks.addon.dex.configuration.DecimalSymbol
Packages that use DecimalSymbol
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
-
Uses of DecimalSymbol in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return DecimalSymbolModifier and TypeMethodDescriptionCSVImportConfigurationSpec.getDecimalSymbol()
Returns the decimal symbol.static DecimalSymbol
Returns the enum constant of this class with the specified name.static DecimalSymbol[]
DecimalSymbol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.addon.dex.configuration with parameters of type DecimalSymbolModifier and TypeMethodDescriptionvoid
CSVImportConfigurationSpec.setDecimalSymbol
(DecimalSymbol decimalSymbol) Sets the decimal symbol.