Uses of Class
de.isas.mztab2.model.PublicationItem.TypeEnum
-
Packages that use PublicationItem.TypeEnum Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of PublicationItem.TypeEnum in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return PublicationItem.TypeEnum Modifier and Type Method Description static PublicationItem.TypeEnumPublicationItem.TypeEnum. fromValue(java.lang.String text)@NotNull PublicationItem.TypeEnumPublicationItem. getType()The type qualifier of this publication item.static PublicationItem.TypeEnumPublicationItem.TypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PublicationItem.TypeEnum[]PublicationItem.TypeEnum. 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 PublicationItem.TypeEnum Modifier and Type Method Description voidPublicationItem. setType(PublicationItem.TypeEnum type)Set type.PublicationItemPublicationItem. type(PublicationItem.TypeEnum type)Builder method for type.
-