Uses of Enum Class
org.incenp.obofoundry.sssom.TSVReader.SeparatorMode
Packages that use TSVReader.SeparatorMode
-
Uses of TSVReader.SeparatorMode in org.incenp.obofoundry.sssom
Subclasses with type arguments of type TSVReader.SeparatorMode in org.incenp.obofoundry.sssomModifier and TypeClassDescriptionstatic enumDefines what separator character the reader should expect when parsing the TSV section.Methods in org.incenp.obofoundry.sssom that return TSVReader.SeparatorModeModifier and TypeMethodDescriptionstatic TSVReader.SeparatorModeReturns 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 TypeMethodDescriptionvoidTSVReader.setSeparatorMode(TSVReader.SeparatorMode mode) Sets the behaviour of the reader regarding the column separator character.