public enum HostMessageMode extends Enum<HostMessageMode>
| Enum Constant and Description |
|---|
LOG |
MODAL |
MODAL_QUIT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static HostMessageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostMessageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostMessageMode LOG
public static final HostMessageMode MODAL
public static final HostMessageMode MODAL_QUIT
public static final HostMessageMode UNKNOWN
public static HostMessageMode[] values()
for (HostMessageMode c : HostMessageMode.values()) System.out.println(c);
public static HostMessageMode 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 int getIndex()
Copyright © 2016. All rights reserved.