Enum Class PluginType

java.lang.Object
java.lang.Enum<PluginType>
com.ptc.customersupport.mbeans.PluginType
All Implemented Interfaces:
Serializable, Comparable<PluginType>, Constable

public enum PluginType extends Enum<PluginType>
Enum of plugin types Enumerated type class characterizing available types of plugins. Each plugin must specify one of the enumerated types of this class when initializing itself so that the plugin collection framework has the available information needed to properly determine where the collected data should reside.

Supported API: true

Extendable: false