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