Uses of Class
uk.ac.ebi.pride.jmztab2.model.SmallMoleculeFeatureColumn.Stable
-
Packages that use SmallMoleculeFeatureColumn.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 SmallMoleculeFeatureColumn.Stable in uk.ac.ebi.pride.jmztab2.model
Methods in uk.ac.ebi.pride.jmztab2.model that return SmallMoleculeFeatureColumn.Stable Modifier and Type Method Description static SmallMoleculeFeatureColumn.Stable
SmallMoleculeFeatureColumn.Stable. forName(String name)
Returns a stable column instance template.static SmallMoleculeFeatureColumn.Stable
SmallMoleculeFeatureColumn.Stable. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmallMoleculeFeatureColumn.Stable[]
SmallMoleculeFeatureColumn.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 SmallMoleculeFeatureColumn.Stable Modifier and Type Method Description static ISmallMoleculeFeatureColumn
SmallMoleculeFeatureColumn.Stable. columnFor(SmallMoleculeFeatureColumn.Stable s)
Returns a newISmallMoleculeFeatureColumn
instance for the given stable column template.
-