public static enum WebConfiguration.WebEnvironmentEntry extends java.lang.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 | Field and Description |
---|---|
private static java.lang.String |
JNDI_PREFIX |
private java.lang.String |
qualifiedName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQualifiedName() |
static WebConfiguration.WebEnvironmentEntry |
valueOf(java.lang.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
private static final java.lang.String JNDI_PREFIX
private java.lang.String qualifiedName
public static WebConfiguration.WebEnvironmentEntry[] values()
for (WebConfiguration.WebEnvironmentEntry c : WebConfiguration.WebEnvironmentEntry.values()) System.out.println(c);
public static WebConfiguration.WebEnvironmentEntry valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getQualifiedName()
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.