public static enum BruteForceLockerBean.Mode extends Enum<BruteForceLockerBean.Mode>
Modifier and Type | Method and Description |
---|---|
static BruteForceLockerBean.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BruteForceLockerBean.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BruteForceLockerBean.Mode Ip
public static final BruteForceLockerBean.Mode IpJid
public static final BruteForceLockerBean.Mode Jid
public static BruteForceLockerBean.Mode[] values()
for (BruteForceLockerBean.Mode c : BruteForceLockerBean.Mode.values()) System.out.println(c);
public static BruteForceLockerBean.Mode 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 © 2004–2019 "Tigase, Inc.". All rights reserved.