Uses of Class
uk.ac.ebi.pride.jmztab2.model.MZBoolean
-
Packages that use MZBoolean Package Description uk.ac.ebi.pride.jmztab2.model This package contains model classes for mzTab-M structural features like mandatory and optional columns.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of MZBoolean in uk.ac.ebi.pride.jmztab2.model
Methods in uk.ac.ebi.pride.jmztab2.model that return MZBoolean Modifier and Type Method Description static MZBoolean
MZBoolean. findBoolean(String booleanLabel)
Find the MZBoolean for the given string representation.static MZBoolean
MZBoolean. valueOf(String name)
Returns the enum constant of this type with the specified name.static MZBoolean[]
MZBoolean. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MZBoolean in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return MZBoolean Modifier and Type Method Description protected MZBoolean
MZTabDataLineParser. checkMZBoolean(IMZTabColumn column, String target)
Check and translate target toMZBoolean
.protected MZBoolean
MZTabDataLineParser. checkUnique(IMZTabColumn column, String unique)
Check and translate unique toMZBoolean
.
-