Uses of Class
org.jgrapht.nio.csv.CSVFormat.Parameter
-
Packages that use CSVFormat.Parameter Package Description org.jgrapht.nio.csv CSV importers/exporters -
-
Uses of CSVFormat.Parameter in org.jgrapht.nio.csv
Methods in org.jgrapht.nio.csv that return CSVFormat.Parameter Modifier and Type Method Description static CSVFormat.Parameter
CSVFormat.Parameter. valueOf(String name)
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.Methods in org.jgrapht.nio.csv with parameters of type CSVFormat.Parameter Modifier and Type Method Description boolean
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
-