Uses of Class
de.isas.mztab2.model.CV
-
Packages that use CV Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of CV in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return CV Modifier and Type Method Description CV
CV. fullName(String fullName)
Builder method for fullName.CV
CV. id(Integer id)
Builder method for id.CV
CV. label(String label)
Builder method for label.CV
CV. uri(String uri)
Builder method for uri.CV
CV. version(String version)
Builder method for version.Methods in de.isas.mztab2.model that return types with arguments of type CV Modifier and Type Method Description @NotNull @Valid List<CV>
Metadata. getCv()
Specification of controlled vocabularies. label: A string describing the labels of the controlled vocabularies/ontologies used in the mzTab file as a short-hand e.g.Methods in de.isas.mztab2.model with parameters of type CV Modifier and Type Method Description Metadata
Metadata. addCvItem(CV cvItem)
Add a single cvItem to the cv collection.Method parameters in de.isas.mztab2.model with type arguments of type CV Modifier and Type Method Description Metadata
Metadata. cv(List<CV> cv)
Builder method for cv.void
Metadata. setCv(List<CV> cv)
Set cv.
-