Uses of Class
nl.tailormap.viewer.config.services.Category
-
Packages that use Category Package Description nl.tailormap.viewer.config.services -
-
Uses of Category in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return Category Modifier and Type Method Description CategoryGeoService. getCategory()CategoryCategory. getParent()Methods in nl.tailormap.viewer.config.services that return types with arguments of type Category Modifier and Type Method Description List<Category>Category. getChildren()Methods in nl.tailormap.viewer.config.services with parameters of type Category Modifier and Type Method Description voidGeoService. setCategory(Category category)voidCategory. setParent(Category parent)Method parameters in nl.tailormap.viewer.config.services with type arguments of type Category Modifier and Type Method Description voidCategory. setChildren(List<Category> children)
-