public static enum StatusInfoListener.StatusInfoLevel extends Enum<StatusInfoListener.StatusInfoLevel>
| Enum Constant and Description |
|---|
ALL |
MESSAGING_ONLY |
MORPHIUM_ONLY |
PING |
| Modifier and Type | Method and Description |
|---|---|
static StatusInfoListener.StatusInfoLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusInfoListener.StatusInfoLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusInfoListener.StatusInfoLevel ALL
public static final StatusInfoListener.StatusInfoLevel MESSAGING_ONLY
public static final StatusInfoListener.StatusInfoLevel MORPHIUM_ONLY
public static final StatusInfoListener.StatusInfoLevel PING
public static StatusInfoListener.StatusInfoLevel[] values()
for (StatusInfoListener.StatusInfoLevel c : StatusInfoListener.StatusInfoLevel.values()) System.out.println(c);
public static StatusInfoListener.StatusInfoLevel 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 © 2022. All rights reserved.