Package com.saperion.rmi
Class SaFeatureImpl
- java.lang.Object
-
- com.saperion.rmi.SaFeatureImpl
-
- All Implemented Interfaces:
SaFeature
,java.io.Serializable
public class SaFeatureImpl extends java.lang.Object implements SaFeature
Bean implementation of interfaceSaFeature
.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.saperion.rmi.SaFeature
SaFeature.FeatureKind
-
-
Constructor Summary
Constructors Constructor Description SaFeatureImpl(com.saperion.jni.SaJNIFeatures values)
Constructor from JNI Features.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Properties
getNamedList()
boolean
hasFeature(SaFeature.FeatureKind kind)
Check an existing feature.
-
-
-
Method Detail
-
getNamedList
public java.util.Properties getNamedList()
- Specified by:
getNamedList
in interfaceSaFeature
- Returns:
- List of Name/Allowed pairs
- See Also:
SaFeature.getNamedList()
-
hasFeature
public boolean hasFeature(SaFeature.FeatureKind kind)
Check an existing feature.- Specified by:
hasFeature
in interfaceSaFeature
- Parameters:
kind
- Feature kind- Returns:
- True, if feature is allowed
- See Also:
SaFeature.hasFeature(com.saperion.rmi.SaFeatureImpl.FeatureKind)
-
-