Uses of Enum Class
com.mindville.insight.services.model.CSVDelimiters
Packages that use CSVDelimiters
-
Uses of CSVDelimiters in com.mindville.insight.services.model
Methods in com.mindville.insight.services.model that return CSVDelimitersModifier and TypeMethodDescriptionExportConfigurationBean.getDelimiter()
static CSVDelimiters
Returns the enum constant of this class with the specified name.static CSVDelimiters[]
CSVDelimiters.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mindville.insight.services.model with parameters of type CSVDelimitersModifierConstructorDescriptionExportConfigurationBean
(CSVDelimiters delimiter, String charEncoder, ExportConfigurationBean.ExportType importable)