public static enum WebContainerContext.DefaultContextIds extends Enum<WebContainerContext.DefaultContextIds>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static WebContainerContext.DefaultContextIds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebContainerContext.DefaultContextIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebContainerContext.DefaultContextIds DEFAULT
public static final WebContainerContext.DefaultContextIds SHARED
public static final WebContainerContext.DefaultContextIds CUSTOM
public static WebContainerContext.DefaultContextIds[] values()
for (WebContainerContext.DefaultContextIds c : WebContainerContext.DefaultContextIds.values()) System.out.println(c);
public static WebContainerContext.DefaultContextIds 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 getValue()
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.