public static enum ASUtils.ContainerType extends Enum<ASUtils.ContainerType>
| Modifier and Type | Method and Description |
|---|---|
static ASUtils.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASUtils.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASUtils.ContainerType EAP
public static final ASUtils.ContainerType WILDFLY
public static final ASUtils.ContainerType UNKNOWN
public String name
public static ASUtils.ContainerType[] values()
for (ASUtils.ContainerType c : ASUtils.ContainerType.values()) System.out.println(c);
public static ASUtils.ContainerType 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 © 2015. All Rights Reserved.