Uses of Enum Class
com.mindstore.backend.data.Category
Packages that use Category
Package
Description
-
Uses of Category in com.mindstore.backend.controller
Methods in com.mindstore.backend.controller that return CategoryModifier and TypeMethodDescriptionCategory[]SearchController.getTagList()function: used to get all the available values the CATEGORY enum can have -
Uses of Category in com.mindstore.backend.data
Methods in com.mindstore.backend.data that return CategoryModifier and TypeMethodDescriptionstatic CategoryReturns the enum constant of this class with the specified name.static Category[]Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mindstore.backend.data that return types with arguments of type CategoryMethod parameters in com.mindstore.backend.data with type arguments of type Category -
Uses of Category in com.mindstore.backend.data.dto
Methods in com.mindstore.backend.data.dto that return types with arguments of type CategoryMethod parameters in com.mindstore.backend.data.dto with type arguments of type Category -
Uses of Category in com.mindstore.backend.service
Methods in com.mindstore.backend.service that return Category