Class AbstractFeature
java.lang.Object
ch.nolix.base.environment.license.AbstractFeature
- All Implemented Interfaces:
INameHolder
A
AbstractFeature can be required for certain functionalities.- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Constructor Details
-
AbstractFeature
public AbstractFeature()
-
-
Method Details
-
getAuthorizedLicenseTypes
- Returns:
- the authorized
Licensetypes of the currentAbstractFeature.
-
getName
- Specified by:
getNamein interfaceINameHolder- Returns:
- the name of the current
INameHolder.
-