Uses of Enum Class
de.mid.innovator.srv.LicenseServer.License
Packages that use LicenseServer.License
Package
Description
All classes in this package are used for communicating with the Innovator repository server
and license server.
-
Uses of LicenseServer.License in de.mid.innovator.srv
Methods in de.mid.innovator.srv that return LicenseServer.LicenseModifier and TypeMethodDescriptionstatic LicenseServer.LicenseLicenseServer.License.fromInt(int value) static LicenseServer.LicenseReturns the enum constant of this class with the specified name.static LicenseServer.License[]LicenseServer.License.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.srv with parameters of type LicenseServer.LicenseModifier and TypeMethodDescriptionintILicensingService.getLicenseCount(LicenseServer.License lic) Gets the total number of licenses of a given license type.intLicenseServer.getLicenseCount(LicenseServer.License lic) voidILicensingService.lockLicense(LicenseServer.License license) Locks another license of given type.voidLicenseServer.lockLicense(LicenseServer.License license)