public static enum EmbeddedDeployableContainer.ContainerLogger.Level extends Enum<EmbeddedDeployableContainer.ContainerLogger.Level>
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedDeployableContainer.ContainerLogger.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedDeployableContainer.ContainerLogger.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedDeployableContainer.ContainerLogger.Level DEBUG
public static final EmbeddedDeployableContainer.ContainerLogger.Level INFO
public static final EmbeddedDeployableContainer.ContainerLogger.Level WARN
public static final EmbeddedDeployableContainer.ContainerLogger.Level ERROR
public static EmbeddedDeployableContainer.ContainerLogger.Level[] values()
for (EmbeddedDeployableContainer.ContainerLogger.Level c : EmbeddedDeployableContainer.ContainerLogger.Level.values()) System.out.println(c);
public static EmbeddedDeployableContainer.ContainerLogger.Level 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 © 2014 JBoss by Red Hat. All Rights Reserved.