Uses of Class
com.saperion.rmi.SaFeature.FeatureKind
-
Packages that use SaFeature.FeatureKind Package Description com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaFeature.FeatureKind in com.saperion.rmi
Methods in com.saperion.rmi that return SaFeature.FeatureKind Modifier and Type Method Description static SaFeature.FeatureKind
SaFeature.FeatureKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaFeature.FeatureKind[]
SaFeature.FeatureKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.rmi with parameters of type SaFeature.FeatureKind Modifier and Type Method Description boolean
SaFeature. hasFeature(SaFeature.FeatureKind kind)
Check an existing feature.boolean
SaFeatureImpl. hasFeature(SaFeature.FeatureKind kind)
Check an existing feature.
-