public enum EzyMaxRequestPerSecondAction extends Enum<EzyMaxRequestPerSecondAction> implements com.tvd12.ezyfox.constant.EzyConstant
| Enum Constant and Description |
|---|
DISCONNECT_SESSION |
DROP_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static EzyMaxRequestPerSecondAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EzyMaxRequestPerSecondAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EzyMaxRequestPerSecondAction DROP_REQUEST
public static final EzyMaxRequestPerSecondAction DISCONNECT_SESSION
public static EzyMaxRequestPerSecondAction[] values()
for (EzyMaxRequestPerSecondAction c : EzyMaxRequestPerSecondAction.values()) System.out.println(c);
public static EzyMaxRequestPerSecondAction 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 nullpublic String getName()
getName in interface com.tvd12.ezyfox.constant.EzyConstantgetName in interface com.tvd12.ezyfox.constant.EzyHasNameCopyright © 2021 Young Monkeys. All rights reserved.