Uses of Enum
org.kapott.hbci.smartcardio.SmartCardService.Feature
Packages that use SmartCardService.Feature
-
Uses of SmartCardService.Feature in org.kapott.hbci.smartcardio
Fields in org.kapott.hbci.smartcardio with type parameters of type SmartCardService.FeatureModifier and TypeFieldDescriptionprivate Map
<SmartCardService.Feature, Integer> SmartCardService.features
Methods in org.kapott.hbci.smartcardio that return SmartCardService.FeatureModifier and TypeMethodDescriptionprivate static SmartCardService.Feature
SmartCardService.Feature.find
(byte b) Liefert das Feature mit der angegebenen Feature-Nummer.static SmartCardService.Feature
Returns the enum constant of this type with the specified name.static SmartCardService.Feature[]
SmartCardService.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.smartcardio that return types with arguments of type SmartCardService.FeatureModifier and TypeMethodDescriptionprotected final Map
<SmartCardService.Feature, Integer> SmartCardService.getFeatures()
Liefert die Map mit den verfuegbaren Features.