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