Uses of Class
de.isas.mztab2.model.CV.Properties
-
Packages that use CV.Properties 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.Properties in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return CV.Properties Modifier and Type Method Description static CV.Properties
CV.Properties. of(String value)
static CV.Properties
CV.Properties. valueOf(String name)
Returns the enum constant of this type with the specified name.static CV.Properties[]
CV.Properties. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-