public enum ListenerLevel extends Enum<ListenerLevel>
| Modifier and Type | Method and Description |
|---|---|
static ListenerLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenerLevel A
public static final ListenerLevel B
public static final ListenerLevel C
public static final ListenerLevel D
public static final ListenerLevel E
public static ListenerLevel[] values()
for (ListenerLevel c : ListenerLevel.values()) System.out.println(c);
public static ListenerLevel 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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.