Uses of Class
uk.ac.ebi.pride.jmztab2.model.SmallMoleculeColumn.Stable
-
Packages that use SmallMoleculeColumn.Stable Package Description uk.ac.ebi.pride.jmztab2.model This package contains model classes for mzTab-M structural features like mandatory and optional columns. -
-
Uses of SmallMoleculeColumn.Stable in uk.ac.ebi.pride.jmztab2.model
Methods in uk.ac.ebi.pride.jmztab2.model that return SmallMoleculeColumn.Stable Modifier and Type Method Description static SmallMoleculeColumn.Stable
SmallMoleculeColumn.Stable. forName(String name)
Returns a stable column instance template.static SmallMoleculeColumn.Stable
SmallMoleculeColumn.Stable. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmallMoleculeColumn.Stable[]
SmallMoleculeColumn.Stable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.ebi.pride.jmztab2.model with parameters of type SmallMoleculeColumn.Stable Modifier and Type Method Description static ISmallMoleculeColumn
SmallMoleculeColumn.Stable. columnFor(SmallMoleculeColumn.Stable s)
Returns a newISmallMoleculeColumn
instance for the given stable column template.
-