Uses of Enum Class
org.incenp.obofoundry.sssom.TSVReader.SeparatorMode
Packages that use TSVReader.SeparatorMode
-
Uses of TSVReader.SeparatorMode in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return TSVReader.SeparatorModeModifier and TypeMethodDescriptionstatic TSVReader.SeparatorMode
Returns the enum constant of this class with the specified name.static TSVReader.SeparatorMode[]
TSVReader.SeparatorMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.obofoundry.sssom with parameters of type TSVReader.SeparatorModeModifier and TypeMethodDescriptionvoid
TSVReader.setSeparatorMode
(TSVReader.SeparatorMode mode) Sets the behaviour of the reader regarding the column separator character.