Uses of Enum Class
org.eblocker.server.common.blocker.Category
Packages that use Category
-
Uses of Category in org.eblocker.server.common.blocker
Methods in org.eblocker.server.common.blocker that return CategoryModifier and TypeMethodDescriptionBlocker.getCategory()ExternalDefinition.getCategory()static 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 org.eblocker.server.common.blocker with parameters of type CategoryConstructors in org.eblocker.server.common.blocker with parameters of type CategoryModifierConstructorDescriptionBlocker(Integer id, Map<String, String> name, Map<String, String> description, BlockerType type, Category category, Long lastUpdate, boolean providedByEblocker, String url, String content, Format format, String error, UpdateInterval updateInterval, UpdateStatus updateStatus, boolean enabled, String filterType) ExternalDefinition(int id, String name, String description, Category category, Type type, Integer referenceId, Format format, String url, UpdateInterval updateInterval, UpdateStatus updateStatus, String updateError, String file, boolean enabled, String filterType)