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