Uses of Enum Class
de.gematik.bbriccs.smartcards.SmartcardType
Packages that use SmartcardType
-
Uses of SmartcardType in de.gematik.bbriccs.smartcards
Methods in de.gematik.bbriccs.smartcards that return SmartcardTypeModifier and TypeMethodDescriptionstatic <S extends Smartcard>
SmartcardTypeSmartcardType.fromImplementationType(Class<S> smartcardClass) static SmartcardTypeSmartcardType.fromString(String type) Smartcard.getType()static SmartcardTypeReturns the enum constant of this class with the specified name.static SmartcardType[]SmartcardType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SmartcardType in de.gematik.bbriccs.smartcards.exceptions
Constructors in de.gematik.bbriccs.smartcards.exceptions with parameters of type SmartcardTypeModifierConstructorDescriptionCardNotFoundException(SmartcardType type, String iccsn) InvalidSmartcardTypeException(SmartcardType typeGiven, SmartcardType typeExpected)