Uses of Enum
org.kapott.hbci.smartcardio.SmartCardService.Feature
Packages that use SmartCardService.Feature
-
Uses of SmartCardService.Feature in org.kapott.hbci.smartcardio
Subclasses with type arguments of type SmartCardService.Feature in org.kapott.hbci.smartcardioModifier and TypeClassDescriptionprotected static enumKapselt die Features der Karte.Fields in org.kapott.hbci.smartcardio with type parameters of type SmartCardService.FeatureModifier and TypeFieldDescriptionprivate Map<SmartCardService.Feature, Integer> SmartCardService.featuresMethods in org.kapott.hbci.smartcardio that return SmartCardService.FeatureModifier and TypeMethodDescriptionprivate static SmartCardService.FeatureSmartCardService.Feature.find(byte b) Liefert das Feature mit der angegebenen Feature-Nummer.static SmartCardService.FeatureReturns 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.