Uses of Class
de.isas.mztab2.model.OptColumnMapping
-
Packages that use OptColumnMapping Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of OptColumnMapping in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return OptColumnMapping Modifier and Type Method Description OptColumnMapping
OptColumnMapping. identifier(String identifier)
Builder method for identifier.OptColumnMapping
OptColumnMapping. param(Parameter param)
Builder method for param.OptColumnMapping
OptColumnMapping. value(String value)
Builder method for value.Methods in de.isas.mztab2.model that return types with arguments of type OptColumnMapping Modifier and Type Method Description @Valid List<OptColumnMapping>
SmallMoleculeEvidence. getOpt()
Additional columns can be added to the end of the small molecule evidence table.@Valid List<OptColumnMapping>
SmallMoleculeFeature. getOpt()
Additional columns can be added to the end of the small molecule feature table.@Valid List<OptColumnMapping>
SmallMoleculeSummary. getOpt()
Additional columns can be added to the end of the small molecule table.Methods in de.isas.mztab2.model with parameters of type OptColumnMapping Modifier and Type Method Description SmallMoleculeEvidence
SmallMoleculeEvidence. addOptItem(OptColumnMapping optItem)
Add a single optItem to the opt collection.SmallMoleculeFeature
SmallMoleculeFeature. addOptItem(OptColumnMapping optItem)
Add a single optItem to the opt collection.SmallMoleculeSummary
SmallMoleculeSummary. addOptItem(OptColumnMapping optItem)
Add a single optItem to the opt collection.Optional<Assay>
MzTabAccess. getAssayFor(OptColumnMapping columnMapping, Metadata metadata)
Tries to locate the assay referenced by id from the columnMapping identifier.Method parameters in de.isas.mztab2.model with type arguments of type OptColumnMapping Modifier and Type Method Description SmallMoleculeEvidence
SmallMoleculeEvidence. opt(List<OptColumnMapping> opt)
Builder method for opt.SmallMoleculeFeature
SmallMoleculeFeature. opt(List<OptColumnMapping> opt)
Builder method for opt.SmallMoleculeSummary
SmallMoleculeSummary. opt(List<OptColumnMapping> opt)
Builder method for opt.void
SmallMoleculeEvidence. setOpt(List<OptColumnMapping> opt)
Set opt.void
SmallMoleculeFeature. setOpt(List<OptColumnMapping> opt)
Set opt.void
SmallMoleculeSummary. setOpt(List<OptColumnMapping> opt)
Set opt.
-