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