public static enum BasicReconfigurationPacket.Keys extends java.lang.Enum<BasicReconfigurationPacket.Keys>
| Enum Constant and Description |
|---|
COORDINATED |
EPOCH |
NAME |
| Modifier and Type | Method and Description |
|---|---|
static BasicReconfigurationPacket.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasicReconfigurationPacket.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicReconfigurationPacket.Keys NAME
public static final BasicReconfigurationPacket.Keys EPOCH
public static final BasicReconfigurationPacket.Keys COORDINATED
public static BasicReconfigurationPacket.Keys[] values()
for (BasicReconfigurationPacket.Keys c : BasicReconfigurationPacket.Keys.values()) System.out.println(c);
public static BasicReconfigurationPacket.Keys 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