Uses of Interface
uk.ac.ebi.pride.jmztab2.model.ISmallMoleculeColumn
-
Packages that use ISmallMoleculeColumn 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 ISmallMoleculeColumn in uk.ac.ebi.pride.jmztab2.model
Subinterfaces of ISmallMoleculeColumn in uk.ac.ebi.pride.jmztab2.model Modifier and Type Interface Description interface
ISmallMoleculeEvidenceColumn
ISmallMoleculeEvidenceColumn interface.interface
ISmallMoleculeFeatureColumn
ISmallMoleculeFeatureColumn interface.Classes in uk.ac.ebi.pride.jmztab2.model that implement ISmallMoleculeColumn Modifier and Type Class Description class
SmallMoleculeColumn
Define the stable columns which have stable order in the small molecule header lineclass
SmallMoleculeEvidenceColumn
Define the stable columns which have stable order in the small molecule evidence header line.class
SmallMoleculeFeatureColumn
Define the stable columns which have stable order in the small molecule feature header line.Methods in uk.ac.ebi.pride.jmztab2.model that return ISmallMoleculeColumn Modifier and Type Method Description static ISmallMoleculeColumn
SmallMoleculeColumn.Stable. columnFor(String name)
Returns a newISmallMoleculeColumn
instance for the given stable column name.static ISmallMoleculeColumn
SmallMoleculeColumn.Stable. columnFor(SmallMoleculeColumn.Stable s)
Returns a newISmallMoleculeColumn
instance for the given stable column template.Methods in uk.ac.ebi.pride.jmztab2.model that return types with arguments of type ISmallMoleculeColumn Modifier and Type Method Description static List<ISmallMoleculeColumn>
SmallMoleculeColumn.Stable. columns()
Returns all stableISmallMoleculeColumn
templates.
-