planetj.dataengine
Class IFeature.OperationCountFeature
java.lang.Object
|
+--planetj.dataengine.Feature
|
+--planetj.dataengine.IFeature.OperationCountFeature
- All Implemented Interfaces:
- IFeature
- Enclosing class:
- IFeature
- public static final class IFeature.OperationCountFeature
- extends Feature
A feature for the number of allowed operations per application
IFeature.OperationCountFeature
public IFeature.OperationCountFeature(Application app)
getFeatureLevel
public int getFeatureLevel()
- Description copied from class:
Feature
- Gets the feature level of this feature
- Specified by:
getFeatureLevel
in interface IFeature
- Overrides:
getFeatureLevel
in class Feature
appendUnsupportedHTMLMessage
public StringBuffer appendUnsupportedHTMLMessage(StringBuffer sb)
- Description copied from class:
Feature
- Gets the HTML to display when this feature is used but not supported
- Specified by:
appendUnsupportedHTMLMessage
in interface IFeature
- Overrides:
appendUnsupportedHTMLMessage
in class Feature
isApplicable
public boolean isApplicable()
throws CMException
- Description copied from class:
Feature
- Tests if this feature is applicable
- Specified by:
isApplicable
in interface IFeature
- Overrides:
isApplicable
in class Feature
CMException