public static enum ClientReconfigurationPacket.Keys extends java.lang.Enum<ClientReconfigurationPacket.Keys>
Enum Constant and Description |
---|
CREATE_TIME |
CREATOR |
FAILED |
FORWARDEE |
FORWARDER |
INITIAL_STATE |
IS_QUERY |
MY_RECEIVER |
RECONFIGURATORS |
RECURSIVE_REDIRECT |
RESPONSE_CODE |
RESPONSE_MESSAGE |
Modifier and Type | Method and Description |
---|---|
static ClientReconfigurationPacket.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientReconfigurationPacket.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientReconfigurationPacket.Keys INITIAL_STATE
public static final ClientReconfigurationPacket.Keys RECONFIGURATORS
public static final ClientReconfigurationPacket.Keys RESPONSE_MESSAGE
public static final ClientReconfigurationPacket.Keys FAILED
public static final ClientReconfigurationPacket.Keys RECURSIVE_REDIRECT
public static final ClientReconfigurationPacket.Keys CREATOR
public static final ClientReconfigurationPacket.Keys FORWARDER
public static final ClientReconfigurationPacket.Keys FORWARDEE
public static final ClientReconfigurationPacket.Keys MY_RECEIVER
public static final ClientReconfigurationPacket.Keys IS_QUERY
public static final ClientReconfigurationPacket.Keys CREATE_TIME
public static final ClientReconfigurationPacket.Keys RESPONSE_CODE
public static ClientReconfigurationPacket.Keys[] values()
for (ClientReconfigurationPacket.Keys c : ClientReconfigurationPacket.Keys.values()) System.out.println(c);
public static ClientReconfigurationPacket.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