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.PrefixEnumMetadata.PrefixEnum. fromValue(String text)@NotNull Metadata.PrefixEnumMetadata. getPrefix()The metadata section prefix.static Metadata.PrefixEnumMetadata.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 MetadataMetadata. prefix(Metadata.PrefixEnum prefix)Builder method for prefix.voidMetadata. setPrefix(Metadata.PrefixEnum prefix)Set prefix. 
 -