Uses of Class
de.isas.mztab2.model.Metadata.PrefixEnum
-
Packages that use Metadata.PrefixEnum Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of Metadata.PrefixEnum in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Metadata.PrefixEnum Modifier and Type Method Description static Metadata.PrefixEnum
Metadata.PrefixEnum. fromValue(String text)
@NotNull Metadata.PrefixEnum
Metadata. getPrefix()
The metadata section prefix.static Metadata.PrefixEnum
Metadata.PrefixEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Metadata.PrefixEnum[]
Metadata.PrefixEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.isas.mztab2.model with parameters of type Metadata.PrefixEnum Modifier and Type Method Description Metadata
Metadata. prefix(Metadata.PrefixEnum prefix)
Builder method for prefix.void
Metadata. setPrefix(Metadata.PrefixEnum prefix)
Set prefix.
-