Uses of Class
com.orchestranetworks.addon.dex.configuration.DecimalSymbol
-
Packages that use DecimalSymbol Package Description com.orchestranetworks.addon.dex.configuration 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 DecimalSymbol Modifier and Type Method Description DecimalSymbolCSVImportConfigurationSpec. getDecimalSymbol()Returns the decimal symbol.static DecimalSymbolDecimalSymbol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DecimalSymbol[]DecimalSymbol. 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 DecimalSymbol Modifier and Type Method Description voidCSVImportConfigurationSpec. setDecimalSymbol(DecimalSymbol decimalSymbol)Sets the decimal symbol.
-