java.io.Serializable
, java.lang.Comparable<HBCITraceMessage.Type>
public static enum HBCITraceMessage.Type extends java.lang.Enum<HBCITraceMessage.Type>
Enum Constant | Description |
---|---|
CLOSE |
Session fuer die ID geschlossen.
|
ID |
Identifier.
|
INFO |
Freitext-Informationen zum Kontext.
|
RECV |
rohe HBCI-Message empfangen.
|
SEND |
rohe HBCI-Message gesendet.
|
Modifier and Type | Method | Description |
---|---|---|
static HBCITraceMessage.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HBCITraceMessage.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBCITraceMessage.Type SEND
public static final HBCITraceMessage.Type RECV
public static final HBCITraceMessage.Type INFO
public static final HBCITraceMessage.Type ID
public static final HBCITraceMessage.Type CLOSE
public static HBCITraceMessage.Type[] values()
for (HBCITraceMessage.Type c : HBCITraceMessage.Type.values()) System.out.println(c);
public static HBCITraceMessage.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 null