Uses of Class
org.killbill.billing.osgi.api.config.PluginType
-
Packages that use PluginType Package Description org.killbill.billing.osgi.api.config -
-
Uses of PluginType in org.killbill.billing.osgi.api.config
Methods in org.killbill.billing.osgi.api.config that return PluginType Modifier and Type Method Description PluginTypePluginConfig. getPluginType()static PluginTypePluginType. valueOf(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.
-