Uses of Class
de.isas.mztab2.model.SmallMoleculeSummary.Properties
-
Packages that use SmallMoleculeSummary.Properties Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of SmallMoleculeSummary.Properties in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return SmallMoleculeSummary.Properties Modifier and Type Method Description static SmallMoleculeSummary.Properties
SmallMoleculeSummary.Properties. of(String value)
static SmallMoleculeSummary.Properties
SmallMoleculeSummary.Properties. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmallMoleculeSummary.Properties[]
SmallMoleculeSummary.Properties. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SmallMoleculeSummary.Properties in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser with parameters of type SmallMoleculeSummary.Properties Modifier and Type Method Description protected void
SMLLineParser. checkItemNumbers(MZTabErrorList errorList, int lineNumber, List<?> reference, SmallMoleculeSummary.Properties referenceProperty, List<?> toCheck, SmallMoleculeSummary.Properties toCheckProperty)
protected void
SMLLineParser. checkRegexMatches(MZTabErrorList errorList, int lineNumber, SmallMoleculeSummary.Properties elementProperty, String regularExpression, List<String> elements)
-