public static enum Msg.Fields extends Enum<Msg.Fields>
| Enum Constant and Description |
|---|
additional |
deleteAt |
inAnswerTo |
locked |
lockedBy |
mapValue |
msg |
msgId |
name |
priority |
processedBy |
recipient |
sender |
senderHost |
timestamp |
to |
ttl |
value |
| Modifier and Type | Method and Description |
|---|---|
static Msg.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Msg.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Msg.Fields msgId
public static final Msg.Fields lockedBy
public static final Msg.Fields locked
public static final Msg.Fields ttl
public static final Msg.Fields sender
public static final Msg.Fields senderHost
public static final Msg.Fields recipient
public static final Msg.Fields to
public static final Msg.Fields inAnswerTo
public static final Msg.Fields name
public static final Msg.Fields msg
public static final Msg.Fields additional
public static final Msg.Fields mapValue
public static final Msg.Fields value
public static final Msg.Fields timestamp
public static final Msg.Fields deleteAt
public static final Msg.Fields priority
public static final Msg.Fields processedBy
public static Msg.Fields[] values()
for (Msg.Fields c : Msg.Fields.values()) System.out.println(c);
public static Msg.Fields 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 © 2018. All rights reserved.