public static enum WebAppRecord.WebAppSubType extends Enum<WebAppRecord.WebAppSubType>
| Enum Constant and Description |
|---|
WEB_APPLICATION_ACTIVATED |
WEB_APPLICATION_DEACTIVATED |
WEB_APPLICATION_DEPLOYED |
WEB_APPLICATION_UNDEPLOYED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WebAppRecord.WebAppSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppRecord.WebAppSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_DEPLOYED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_ACTIVATED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_DEACTIVATED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_UNDEPLOYED
public static WebAppRecord.WebAppSubType[] values()
for (WebAppRecord.WebAppSubType c : WebAppRecord.WebAppSubType.values()) System.out.println(c);
public static WebAppRecord.WebAppSubType 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<WebAppRecord.WebAppSubType>Copyright © 2016. All Rights Reserved.