Uses of Enum
org.jgrapht.nio.csv.CSVFormat.Parameter
-
Uses of CSVFormat.Parameter in org.jgrapht.nio.csv
Modifier and TypeMethodDescriptionstatic CSVFormat.Parameter
Returns the enum constant of this type with the specified name.static CSVFormat.Parameter[]
CSVFormat.Parameter.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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