public static enum JcaCachedConnectionManagerDefinition.CcmParameters extends Enum<JcaCachedConnectionManagerDefinition.CcmParameters>
Enum Constant and Description |
---|
DEBUG |
ERROR |
IGNORE_UNKNOWN_CONNECTIONS |
INSTALL |
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.SimpleAttributeDefinition |
getAttribute() |
static JcaCachedConnectionManagerDefinition.CcmParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JcaCachedConnectionManagerDefinition.CcmParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JcaCachedConnectionManagerDefinition.CcmParameters DEBUG
public static final JcaCachedConnectionManagerDefinition.CcmParameters ERROR
public static final JcaCachedConnectionManagerDefinition.CcmParameters IGNORE_UNKNOWN_CONNECTIONS
public static final JcaCachedConnectionManagerDefinition.CcmParameters INSTALL
public static JcaCachedConnectionManagerDefinition.CcmParameters[] values()
for (JcaCachedConnectionManagerDefinition.CcmParameters c : JcaCachedConnectionManagerDefinition.CcmParameters.values()) System.out.println(c);
public static JcaCachedConnectionManagerDefinition.CcmParameters 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 org.jboss.as.controller.SimpleAttributeDefinition getAttribute()
Copyright © 2016 JBoss by Red Hat. All rights reserved.