Uses of Class
com.funnelback.plugin.details.model.PluginConfigKeyType.Format
-
Packages that use PluginConfigKeyType.Format Package Description com.funnelback.plugin.details.model -
-
Uses of PluginConfigKeyType.Format in com.funnelback.plugin.details.model
Fields in com.funnelback.plugin.details.model declared as PluginConfigKeyType.Format Modifier and Type Field Description private PluginConfigKeyType.FormatPluginConfigKeyType. subtypeIf the type of plugin configuration key value is `FORMAT.ARRAY`, define a type of item in an arrayprivate PluginConfigKeyType.FormatPluginConfigKeyType. typeType of plugin configuration key valueMethods in com.funnelback.plugin.details.model that return PluginConfigKeyType.Format Modifier and Type Method Description static PluginConfigKeyType.FormatPluginConfigKeyType.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginConfigKeyType.Format[]PluginConfigKeyType.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.funnelback.plugin.details.model with parameters of type PluginConfigKeyType.Format Constructor Description PluginConfigKeyType(PluginConfigKeyType.Format type)PluginConfigKeyType(PluginConfigKeyType.Format type, PluginConfigKeyType.Format subtype)
-