Uses of Class
de.isas.mztab2.model.Metadata.Properties
-
Packages that use Metadata.Properties Package Description de.isas.mztab2.io This package contains implementations for reading and writing of mzTab-M files.de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of Metadata.Properties in de.isas.mztab2.io
Methods in de.isas.mztab2.io with parameters of type Metadata.Properties Modifier and Type Method Description protected void
MzTabFileParser. checkColunitMapping(MZTabColumnFactory columnFactory, Optional<Collection<ColumnParameterMapping>> columnParameterMapping, Metadata.Properties colUnitProperty, MzTab.Properties mzTabSection)
-
Uses of Metadata.Properties in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Metadata.Properties Modifier and Type Method Description static Metadata.Properties
Metadata.Properties. of(String value)
static Metadata.Properties
Metadata.Properties. valueOf(String name)
Returns the enum constant of this type with the specified name.static Metadata.Properties[]
Metadata.Properties. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-