Uses of Class
omix.lang.Date
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.util.licensing |
This package contains utilities for plugin licensing.
|
-
Uses of Date in omix.lang
-
Uses of Date in omix.util.licensing
Fields in omix.util.licensing declared as Date Modifier and Type Field Description Date
LicenseKey. startDate
Date
LicenseKey. terminationDate
Date
LicenseKey. updatesUntilDate
Constructors in omix.util.licensing with parameters of type Date 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)