Package com.saperion.rmi
Class SaFeatureImpl
java.lang.Object
com.saperion.rmi.SaFeatureImpl
- All Implemented Interfaces:
SaFeature
,Serializable
Bean implementation of interface
SaFeature
.- Author:
- rbo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.saperion.rmi.SaFeature
SaFeature.FeatureKind
-
Constructor Summary
ConstructorsConstructorDescriptionSaFeatureImpl
(com.saperion.jni.SaJNIFeatures values) Constructor from JNI Features. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check an existing feature.
-
Constructor Details
-
SaFeatureImpl
public SaFeatureImpl(com.saperion.jni.SaJNIFeatures values) Constructor from JNI Features.- Parameters:
values
- Value
-
-
Method Details
-
getNamedList
- Specified by:
getNamedList
in interfaceSaFeature
- Returns:
- List of Name/Allowed pairs
- See Also:
-
hasFeature
Check an existing feature.- Specified by:
hasFeature
in interfaceSaFeature
- Parameters:
kind
- Feature kind- Returns:
- True, if feature is allowed
- See Also:
-