Uses of Class
psidev.psi.mi.jami.crosslink.CsvType
-
Packages that use CsvType Package Description psidev.psi.mi.jami.crosslink -
-
Uses of CsvType in psidev.psi.mi.jami.crosslink
Methods in psidev.psi.mi.jami.crosslink that return CsvType Modifier and Type Method Description static CsvType
CsvType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CsvType[]
CsvType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in psidev.psi.mi.jami.crosslink with parameters of type CsvType Modifier and Type Method Description Map<String,Object>
CrossLinkCsvOptionFactory. getCsvOptions(CsvType csvType, ComplexType complexType, Boolean streaming, MIFileParserListener listener, Object input)
Create a map of optionsMap<String,Object>
CrossLinkCsvOptionFactory. getCsvOptions(CsvType csvType, ComplexType complexType, Object inputData)
Create the options for the CSV datasource using the provided csvtype.Map<String,Object>
CrossLinkCsvOptionFactory. getDefaultFileOptions(CsvType csvType, Object inputData)
Create a map of default options depending on the provided sourceType.
-