public static enum WebConfiguration.WebEnvironmentEntry extends Enum<WebConfiguration.WebEnvironmentEntry>
An enum of all environment entries (specified in the
web.xml) recognized by the implemenetation.
| Enum Constant and Description |
|---|
ProjectStage |
| Modifier and Type | Method and Description |
|---|---|
String |
getQualifiedName() |
static WebConfiguration.WebEnvironmentEntry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfiguration.WebEnvironmentEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebConfiguration.WebEnvironmentEntry ProjectStage
public static WebConfiguration.WebEnvironmentEntry[] values()
for (WebConfiguration.WebEnvironmentEntry c : WebConfiguration.WebEnvironmentEntry.values()) System.out.println(c);
public static WebConfiguration.WebEnvironmentEntry 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 getQualifiedName()
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.