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