public static enum HHDVersion.Type extends Enum<HHDVersion.Type>
| Enum Constant and Description |
|---|
CHIPTAN
chipTAN oder smsTAN.
|
PHOTOTAN
photoTAN.
|
QRCODE
QR-Code.
|
| Modifier and Type | Method and Description |
|---|---|
static HHDVersion.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HHDVersion.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HHDVersion.Type CHIPTAN
public static final HHDVersion.Type PHOTOTAN
public static final HHDVersion.Type QRCODE
public static HHDVersion.Type[] values()
for (HHDVersion.Type c : HHDVersion.Type.values()) System.out.println(c);
public static HHDVersion.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.