Uses of Class
de.isas.mztab2.model.SmallMoleculeFeature.PrefixEnum
-
Packages that use SmallMoleculeFeature.PrefixEnum Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of SmallMoleculeFeature.PrefixEnum in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return SmallMoleculeFeature.PrefixEnum Modifier and Type Method Description static SmallMoleculeFeature.PrefixEnum
SmallMoleculeFeature.PrefixEnum. fromValue(String text)
SmallMoleculeFeature.PrefixEnum
SmallMoleculeFeature. getPrefix()
The small molecule feature table row prefix.static SmallMoleculeFeature.PrefixEnum
SmallMoleculeFeature.PrefixEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmallMoleculeFeature.PrefixEnum[]
SmallMoleculeFeature.PrefixEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-