java.io.Serializable
, java.lang.Comparable<Reader.Type>
public static enum Reader.Type extends java.lang.Enum<Reader.Type>
Enum Constant | Description |
---|---|
DDV_CTAPI |
DDV-Karte via CTAPI.
|
DDV_PCSC |
DDV-Karte via PCSC.
|
RDH_PCSC |
RDH-Karte via PCSC.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getHeaderParam() |
Liefert den Namen fuer das Lookup der Parameter in HBCI4Java.
|
java.lang.String |
getIdentifier() |
Liefert den Identifier des Passports in HBCI4Java.
|
boolean |
isCTAPI() |
Liefert true, wenn das ein CTAPI-Kartenleser ist.
|
boolean |
isPCSC() |
Liefert true, wenn das ein PCSC-Kartenleser ist.
|
static Reader.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Reader.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reader.Type DDV_CTAPI
public static final Reader.Type DDV_PCSC
public static final Reader.Type RDH_PCSC
public static Reader.Type[] values()
for (Reader.Type c : Reader.Type.values()) System.out.println(c);
public static Reader.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getIdentifier()
public java.lang.String getHeaderParam()
public boolean isPCSC()
public boolean isCTAPI()