Uses of Enum Class
org.eblocker.server.common.blocker.Format
Packages that use Format
-
Uses of Format in org.eblocker.server.common.blocker
Methods in org.eblocker.server.common.blocker that return FormatModifier and TypeMethodDescriptionBlocker.getFormat()ExternalDefinition.getFormat()static FormatReturns the enum constant of this class with the specified name.static Format[]Format.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 FormatConstructors in org.eblocker.server.common.blocker with parameters of type FormatModifierConstructorDescriptionBlocker(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)