Uses of Class
nl.paston.apollon.model.CoverCategory.Category
-
Packages that use CoverCategory.Category Package Description nl.paston.apollon.model nl.paston.apollon.repository -
-
Uses of CoverCategory.Category in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return CoverCategory.Category Modifier and Type Method Description CoverCategory.CategoryCoverCategory. getCategory()static CoverCategory.CategoryCoverCategory.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static CoverCategory.Category[]CoverCategory.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.paston.apollon.model with parameters of type CoverCategory.Category Modifier and Type Method Description voidCoverCategory. setCategory(CoverCategory.Category category) -
Uses of CoverCategory.Category in nl.paston.apollon.repository
Methods in nl.paston.apollon.repository that return CoverCategory.Category Modifier and Type Method Description CoverCategory.CategoryApollonRepository. getCategoryFor(String coverType)
-