Uses of Class
omix.util.licensing.LicenseType
Package | Description |
---|---|
omix.util.licensing |
This package contains utilities for plugin licensing.
|
-
Uses of LicenseType in omix.util.licensing
Fields in omix.util.licensing declared as LicenseType Modifier and Type Field Description LicenseType
LicenseKey. type
Methods in omix.util.licensing that return LicenseType Modifier and Type Method Description static LicenseType
LicenseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LicenseType[]
LicenseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.util.licensing with parameters of type LicenseType Constructor Description LicenseKey(byte[] signature, String username, String serialNumberData, String serialNumber, String licensee, String organization, String vendor, String licenseURL, int licenseID, int subscriptionID, String product, VersionNumber minVersion, VersionNumber maxVersion, Date startDate, Date terminationDate, Date updatesUntilDate, int volumeRestriction, String siteRestriction, String hardwareAddress, LicenseType type)