public static enum BlacklistManager.STATUS extends Enum<BlacklistManager.STATUS>
| Modifier and Type | Method and Description |
|---|---|
static BlacklistManager.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlacklistManager.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlacklistManager.STATUS PENDING
public static final BlacklistManager.STATUS ACCEPTED
public static final BlacklistManager.STATUS REFUSED
public static final BlacklistManager.STATUS DELETED
public static BlacklistManager.STATUS[] values()
for (BlacklistManager.STATUS c : BlacklistManager.STATUS.values()) System.out.println(c);
public static BlacklistManager.STATUS 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 © 2025. All rights reserved.