Uses of Enum
de.xima.fc.pluginstore.EPluginStoreItemInstallStatus
Packages that use EPluginStoreItemInstallStatus
- 
Uses of EPluginStoreItemInstallStatus in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return EPluginStoreItemInstallStatusModifier and TypeMethodDescriptionPluginStoreItem.getStatus()Gets the install status of the plugin.Returns the enum constant of this type with the specified name.static EPluginStoreItemInstallStatus[]EPluginStoreItemInstallStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.pluginstore with parameters of type EPluginStoreItemInstallStatusModifier and TypeMethodDescriptionPluginStoreItem.Builder.status(EPluginStoreItemInstallStatus status) Sets the install status of the plugin.