Uses of Enum Class
org.jgrapht.nio.csv.CSVFormat.Parameter
Packages that use CSVFormat.Parameter
-
Uses of CSVFormat.Parameter in org.jgrapht.nio.csv
Fields in org.jgrapht.nio.csv with type parameters of type CSVFormat.ParameterModifier and TypeFieldDescriptionprivate final Set
<CSVFormat.Parameter> CSVEventDrivenImporter.parameters
private final Set
<CSVFormat.Parameter> CSVExporter.parameters
private final Set
<CSVFormat.Parameter> CSVImporter.parameters
Methods in org.jgrapht.nio.csv that return CSVFormat.ParameterModifier and TypeMethodDescriptionstatic CSVFormat.Parameter
Returns the enum constant of this class with the specified name.static CSVFormat.Parameter[]
CSVFormat.Parameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.nio.csv with parameters of type CSVFormat.ParameterModifier and TypeMethodDescriptionboolean
CSVEventDrivenImporter.isParameter
(CSVFormat.Parameter p) Return if a particular parameter of the exporter is enabledboolean
CSVExporter.isParameter
(CSVFormat.Parameter p) Return if a particular parameter of the exporter is enabledboolean
CSVImporter.isParameter
(CSVFormat.Parameter p) Return if a particular parameter of the exporter is enabledvoid
CSVEventDrivenImporter.setParameter
(CSVFormat.Parameter p, boolean value) Set the value of a parameter of the exportervoid
CSVExporter.setParameter
(CSVFormat.Parameter p, boolean value) Set the value of a parameter of the exportervoid
CSVImporter.setParameter
(CSVFormat.Parameter p, boolean value) Set the value of a parameter of the exporter