public static enum Msg.Fields extends Enum<Msg.Fields>
| Enum Constant and Description |
|---|
additional |
inAnswerTo |
locked |
lockedBy |
msg |
msgId |
processedBy |
recipient |
sender |
timestamp |
ttl |
type |
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 processedBy
public static final Msg.Fields lockedBy
public static final Msg.Fields msgId
public static final Msg.Fields locked
public static final Msg.Fields type
public static final Msg.Fields inAnswerTo
public static final Msg.Fields msg
public static final Msg.Fields additional
public static final Msg.Fields value
public static final Msg.Fields timestamp
public static final Msg.Fields sender
public static final Msg.Fields ttl
public static final Msg.Fields recipient
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 © 2016. All rights reserved.