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 OptColumnMappingOptColumnMapping. identifier(String identifier)Builder method for identifier.OptColumnMappingOptColumnMapping. param(Parameter param)Builder method for param.OptColumnMappingOptColumnMapping. 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 SmallMoleculeEvidenceSmallMoleculeEvidence. addOptItem(OptColumnMapping optItem)Add a single optItem to the opt collection.SmallMoleculeFeatureSmallMoleculeFeature. addOptItem(OptColumnMapping optItem)Add a single optItem to the opt collection.SmallMoleculeSummarySmallMoleculeSummary. 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 SmallMoleculeEvidenceSmallMoleculeEvidence. opt(List<OptColumnMapping> opt)Builder method for opt.SmallMoleculeFeatureSmallMoleculeFeature. opt(List<OptColumnMapping> opt)Builder method for opt.SmallMoleculeSummarySmallMoleculeSummary. opt(List<OptColumnMapping> opt)Builder method for opt.voidSmallMoleculeEvidence. setOpt(List<OptColumnMapping> opt)Set opt.voidSmallMoleculeFeature. setOpt(List<OptColumnMapping> opt)Set opt.voidSmallMoleculeSummary. setOpt(List<OptColumnMapping> opt)Set opt.
-