Uses of Class
org.processmining.framework.plugin.annotations.PluginCategory
-
Packages that use PluginCategory Package Description org.processmining.framework.plugin.annotations -
-
Uses of PluginCategory in org.processmining.framework.plugin.annotations
Methods in org.processmining.framework.plugin.annotations that return PluginCategory Modifier and Type Method Description PluginCategory[]categories()Categories define the 'type' of functionality the plugin provides.static PluginCategoryPluginCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PluginCategory[]PluginCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-