public static enum Handler.WarningReason extends Enum<Handler.WarningReason>
Enum Constant and Description |
---|
GARBLED_MESSAGE_RECEIVED |
GENERAL_WARNING |
STREAM_TIMER |
Modifier and Type | Method and Description |
---|---|
static Handler.WarningReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Handler.WarningReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Handler.WarningReason GENERAL_WARNING
public static final Handler.WarningReason STREAM_TIMER
public static final Handler.WarningReason GARBLED_MESSAGE_RECEIVED
public static Handler.WarningReason[] values()
for (Handler.WarningReason c : Handler.WarningReason.values()) System.out.println(c);
public static Handler.WarningReason 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 © 2005–2024 Onix Solutions. All rights reserved.