Class LicensedFeature

java.lang.Object
com.seeq.utilities.license.LicenseEntry
com.seeq.utilities.license.LicensedFeature

public class LicensedFeature extends LicenseEntry
Represents a feature that is licensed separately and is not included in any License.Level
  • 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 licensed
      validity - The feature validity
      daysToExpiration - The number of days to expiration
  • Method Details

    • getName

      public String getName()
      Returns the name of this licensed feature
      Returns:
      the name of this licensed feature