Package com.seeq.utilities.license
Class LicensedFeature
java.lang.Object
com.seeq.utilities.license.LicenseEntry
com.seeq.utilities.license.LicensedFeature
Represents a feature that is licensed separately and is not included in any License.Level
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Additional features not included in any license level can be separately licensed to customers.Nested classes/interfaces inherited from class com.seeq.utilities.license.LicenseEntry
LicenseEntry.Validity
-
Constructor Summary
ConstructorsConstructorDescriptionLicensedFeature
(LicensedFeature.Feature feature, LicenseEntry.Validity validity, int daysToExpiration) Constructor for a new licensed feature -
Method Summary
Methods inherited from class com.seeq.utilities.license.LicenseEntry
computeDaysToExpiration, computeValidity, isValid
-
Constructor Details
-
LicensedFeature
public LicensedFeature(LicensedFeature.Feature feature, LicenseEntry.Validity validity, int daysToExpiration) Constructor for a new licensed feature- Parameters:
feature
- The feature that is licensedvalidity
- The feature validitydaysToExpiration
- The number of days to expiration
-
-
Method Details
-
getName
Returns the name of this licensed feature- Returns:
- the name of this licensed feature
-