Uses of Enum
org.jgrapht.nio.csv.CSVFormat.Parameter
Packages that use CSVFormat.Parameter
-
Uses of CSVFormat.Parameter in org.jgrapht.nio.csv
Methods in org.jgrapht.nio.csv that return CSVFormat.ParameterModifier and TypeMethodDescriptionstatic CSVFormat.ParameterReturns 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.Methods in org.jgrapht.nio.csv with parameters of type CSVFormat.ParameterModifier and TypeMethodDescriptionbooleanCSVEventDrivenImporter.isParameter(CSVFormat.Parameter p) Return if a particular parameter of the exporter is enabledbooleanCSVExporter.isParameter(CSVFormat.Parameter p) Return if a particular parameter of the exporter is enabledbooleanCSVImporter.isParameter(CSVFormat.Parameter p) Return if a particular parameter of the exporter is enabledvoidCSVEventDrivenImporter.setParameter(CSVFormat.Parameter p, boolean value) Set the value of a parameter of the exportervoidCSVExporter.setParameter(CSVFormat.Parameter p, boolean value) Set the value of a parameter of the exportervoidCSVImporter.setParameter(CSVFormat.Parameter p, boolean value) Set the value of a parameter of the exporter