public enum WlSubsurfaceError extends Enum<WlSubsurfaceError>
| Enum Constant and Description |
|---|
BAD_SURFACE
wl_surface is not a sibling or the parent
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static WlSubsurfaceError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WlSubsurfaceError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WlSubsurfaceError BAD_SURFACE
public static WlSubsurfaceError[] values()
for (WlSubsurfaceError c : WlSubsurfaceError.values()) System.out.println(c);
public static WlSubsurfaceError 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.