Uses of Class
org.incenp.obofoundry.sssom.TSVReader.SeparatorMode
-
Packages that use TSVReader.SeparatorMode Package Description org.incenp.obofoundry.sssom -
-
Uses of TSVReader.SeparatorMode in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return TSVReader.SeparatorMode Modifier and Type Method Description static TSVReader.SeparatorModeTSVReader.SeparatorMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TSVReader.SeparatorMode[]TSVReader.SeparatorMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.obofoundry.sssom with parameters of type TSVReader.SeparatorMode Modifier and Type Method Description voidTSVReader. setSeparatorMode(TSVReader.SeparatorMode mode)Sets the behaviour of the reader regarding the column separator character.
-