public static enum WebElementEvent.State extends Enum<WebElementEvent.State>
| Enum Constant and Description |
|---|
DEPLOYED |
DEPLOYING |
FAILED |
UNDEPLOYED |
UNDEPLOYING |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static WebElementEvent.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebElementEvent.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebElementEvent.State DEPLOYING
public static final WebElementEvent.State DEPLOYED
public static final WebElementEvent.State UNDEPLOYING
public static final WebElementEvent.State UNDEPLOYED
public static final WebElementEvent.State FAILED
public static final WebElementEvent.State WAITING
public static WebElementEvent.State[] values()
for (WebElementEvent.State c : WebElementEvent.State.values()) System.out.println(c);
public static WebElementEvent.State 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 © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.