public static enum MoreKnownComponentTypes.MCBean extends Enum<MoreKnownComponentTypes.MCBean>
KnownComponentTypes.| Enum Constant and Description |
|---|
JTA |
MCServer |
Security |
ServerConfig |
ServerInfo |
ServicebindingManager |
ServicebindingMetadata |
ServiceBindingSet |
ServiceBindingStore |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.managed.api.ComponentType |
getType() |
String |
subtype() |
String |
type() |
static MoreKnownComponentTypes.MCBean |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoreKnownComponentTypes.MCBean[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoreKnownComponentTypes.MCBean JTA
public static final MoreKnownComponentTypes.MCBean MCServer
public static final MoreKnownComponentTypes.MCBean Security
public static final MoreKnownComponentTypes.MCBean ServerConfig
public static final MoreKnownComponentTypes.MCBean ServerInfo
public static final MoreKnownComponentTypes.MCBean ServicebindingManager
public static final MoreKnownComponentTypes.MCBean ServicebindingMetadata
public static final MoreKnownComponentTypes.MCBean ServiceBindingSet
public static final MoreKnownComponentTypes.MCBean ServiceBindingStore
public static MoreKnownComponentTypes.MCBean[] values()
for (MoreKnownComponentTypes.MCBean c : MoreKnownComponentTypes.MCBean.values()) System.out.println(c);
public static MoreKnownComponentTypes.MCBean 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.