Package de.xima.fc.license
Interface ILicenseAccess
- 
- All Known Implementing Classes:
 LicenseAccess
public interface ILicenseAccessInterface for license access. A license access is an object that can be used to check if a license has certain features.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasFeature(ELicenseFeature feature)Checks if the license has the given license feature. 
 - 
 
- 
- 
Method Detail
- 
hasFeature
boolean hasFeature(ELicenseFeature feature)
Checks if the license has the given license feature.- Parameters:
 feature- The feature to check.- Returns:
 trueif the license has the license feature,falseotherwise.
 
 - 
 
 -