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.Format
PluginConfigKeyType. subtype
If the type of plugin configuration key value is `FORMAT.ARRAY`, define a type of item in an arrayprivate PluginConfigKeyType.Format
PluginConfigKeyType. type
Type of plugin configuration key valueMethods in com.funnelback.plugin.details.model that return PluginConfigKeyType.Format Modifier and Type Method Description static PluginConfigKeyType.Format
PluginConfigKeyType.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)
-