public static enum DaemonMessageSenderHeader.Field extends Enum<DaemonMessageSenderHeader.Field>
| Enum Constant and Description |
|---|
icoClass
Interconnect Object class.
|
RequestUUID
Universally unique identifier of the request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static DaemonMessageSenderHeader.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaemonMessageSenderHeader.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DaemonMessageSenderHeader.Field RequestUUID
public static final DaemonMessageSenderHeader.Field icoClass
public static DaemonMessageSenderHeader.Field[] values()
for (DaemonMessageSenderHeader.Field c : DaemonMessageSenderHeader.Field.values()) System.out.println(c);
public static DaemonMessageSenderHeader.Field 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 nullpublic String getName()
Copyright © 2016–2018 Taimos GmbH. All rights reserved.