public static enum ConnectionManager.LIMIT_ACTION extends Enum<ConnectionManager.LIMIT_ACTION>
LIMIT_ACTION here.| Enum Constant and Description |
|---|
DISCONNECT |
DROP_PACKETS |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionManager.LIMIT_ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionManager.LIMIT_ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionManager.LIMIT_ACTION DISCONNECT
public static final ConnectionManager.LIMIT_ACTION DROP_PACKETS
public static ConnectionManager.LIMIT_ACTION[] values()
for (ConnectionManager.LIMIT_ACTION c : ConnectionManager.LIMIT_ACTION.values()) System.out.println(c);
public static ConnectionManager.LIMIT_ACTION 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 "Tigase, Inc.". All rights reserved.