public static enum MoreKnownComponentTypes.WAR extends Enum<MoreKnownComponentTypes.WAR>
KnownComponentTypes.| Enum Constant and Description |
|---|
Context |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.managed.api.ComponentType |
getType() |
String |
subtype() |
String |
type() |
static MoreKnownComponentTypes.WAR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoreKnownComponentTypes.WAR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoreKnownComponentTypes.WAR Context
public static MoreKnownComponentTypes.WAR[] values()
for (MoreKnownComponentTypes.WAR c : MoreKnownComponentTypes.WAR.values()) System.out.println(c);
public static MoreKnownComponentTypes.WAR 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 type()
public String subtype()
public org.jboss.managed.api.ComponentType getType()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.