public static enum BruteForceLockerBean.Mode extends Enum<BruteForceLockerBean.Mode>
Modifier and Type | Method and Description |
---|---|
BruteForceLockerBean.Mode |
merge(BruteForceLockerBean.Mode mode) |
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 nullpublic BruteForceLockerBean.Mode merge(BruteForceLockerBean.Mode mode)
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.