Uses of Class
de.isas.mztab2.model.ValidationMessage.CategoryEnum
- 
Packages that use ValidationMessage.CategoryEnum Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of ValidationMessage.CategoryEnum in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return ValidationMessage.CategoryEnum Modifier and Type Method Description static ValidationMessage.CategoryEnumValidationMessage.CategoryEnum. fromValue(String text)@NotNull ValidationMessage.CategoryEnumValidationMessage. getCategory()Get category.static ValidationMessage.CategoryEnumValidationMessage.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationMessage.CategoryEnum[]ValidationMessage.CategoryEnum. 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 ValidationMessage.CategoryEnum Modifier and Type Method Description ValidationMessageValidationMessage. category(ValidationMessage.CategoryEnum category)Builder method for category.voidValidationMessage. setCategory(ValidationMessage.CategoryEnum category)Set category. 
 -