public enum WlShellError extends Enum<WlShellError>
| Enum Constant and Description |
|---|
ROLE
given wl_surface has another role
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static WlShellError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WlShellError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WlShellError ROLE
public static WlShellError[] values()
for (WlShellError c : WlShellError.values()) System.out.println(c);
public static WlShellError 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 © 2016. All rights reserved.