Uses of Class
com.meltingice.caman.PluginType

Packages that use PluginType
com.meltingice.caman   
 

Uses of PluginType in com.meltingice.caman
 

Methods in com.meltingice.caman that return PluginType
 PluginType CamanFilter.type()
          Reports the type of plugin this filter is
static PluginType PluginType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginType[] PluginType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.