public static enum WebUiPageTree.Acknowledge.Mode extends Enum<WebUiPageTree.Acknowledge.Mode>
| Enum Constant and Description |
|---|
CANCELLED |
INVALID_ACTION |
INVALID_RESIZE |
INVALID_TASK |
NULL_RESIZE |
RESIZED |
STOPPED |
| Modifier and Type | Method and Description |
|---|---|
static WebUiPageTree.Acknowledge.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebUiPageTree.Acknowledge.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebUiPageTree.Acknowledge.Mode STOPPED
public static final WebUiPageTree.Acknowledge.Mode INVALID_RESIZE
public static final WebUiPageTree.Acknowledge.Mode INVALID_ACTION
public static final WebUiPageTree.Acknowledge.Mode NULL_RESIZE
public static final WebUiPageTree.Acknowledge.Mode RESIZED
public static final WebUiPageTree.Acknowledge.Mode CANCELLED
public static final WebUiPageTree.Acknowledge.Mode INVALID_TASK
public static WebUiPageTree.Acknowledge.Mode[] values()
for (WebUiPageTree.Acknowledge.Mode c : WebUiPageTree.Acknowledge.Mode.values()) System.out.println(c);
public static WebUiPageTree.Acknowledge.Mode 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 © 2021 The Apache Software Foundation. All rights reserved.