public enum Element extends Enum<Element>
| Enum Constant and Description | 
|---|
| ACQUISITION_STRATEGYDeprecated.  | 
| CONFIGURATION | 
| DATASOURCE | 
| HISTORY_LEVEL | 
| JOB_AQUISITION | 
| JOB_AQUISITIONS | 
| JOB_EXECUTOR | 
| PLUGIN | 
| PLUGIN_CLASS | 
| PLUGINS | 
| PROCESS_ENGINE | 
| PROCESS_ENGINES | 
| PROPERTIES | 
| PROPERTY | 
| THREAD_POOL_NAME | 
| UNKNOWNalways first | 
| Modifier and Type | Method and Description | 
|---|---|
| static Element | forName(String localName) | 
| org.jboss.as.controller.AttributeDefinition | getDefinition() | 
| org.jboss.as.controller.AttributeDefinition | getDefinition(String name) | 
| String | getLocalName()Get the local name of this element. | 
| static Element | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Element[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Element UNKNOWN
public static final Element PROCESS_ENGINES
public static final Element PROCESS_ENGINE
public static final Element CONFIGURATION
public static final Element DATASOURCE
public static final Element HISTORY_LEVEL
public static final Element JOB_EXECUTOR
public static final Element JOB_AQUISITIONS
public static final Element JOB_AQUISITION
public static final Element PLUGINS
public static final Element PLUGIN
public static final Element PLUGIN_CLASS
@Deprecated public static final Element ACQUISITION_STRATEGY
public static final Element PROPERTIES
public static final Element PROPERTY
public static final Element THREAD_POOL_NAME
public static Element[] values()
for (Element c : Element.values()) System.out.println(c);
public static Element 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 getLocalName()
public org.jboss.as.controller.AttributeDefinition getDefinition()
public org.jboss.as.controller.AttributeDefinition getDefinition(String name)
Copyright © 2018. All rights reserved.