Uses of Class
de.isas.mztab2.model.Comment.PrefixEnum
-
Packages that use Comment.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 Comment.PrefixEnum in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Comment.PrefixEnum Modifier and Type Method Description static Comment.PrefixEnum
Comment.PrefixEnum. fromValue(String text)
@NotNull Comment.PrefixEnum
Comment. getPrefix()
Get prefix.static Comment.PrefixEnum
Comment.PrefixEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Comment.PrefixEnum[]
Comment.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 Comment.PrefixEnum Modifier and Type Method Description Comment
Comment. prefix(Comment.PrefixEnum prefix)
Builder method for prefix.void
Comment. setPrefix(Comment.PrefixEnum prefix)
Set prefix.
-