java.io.Serializable, java.lang.Comparable<HHDVersion.Type>public static enum HHDVersion.Type extends java.lang.Enum<HHDVersion.Type>
| Enum Constant | Description |
|---|---|
CHIPTAN |
chipTAN oder smsTAN.
|
PHOTOTAN |
photoTAN.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HHDVersion.Type |
valueOf(java.lang.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 HHDVersion.Type[] values()
for (HHDVersion.Type c : HHDVersion.Type.values()) System.out.println(c);
public static HHDVersion.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 nullCopyright © 2018. All rights reserved.