public static enum JbpmComponent.ConfigurationName extends Enum<JbpmComponent.ConfigurationName>
Enum Constant and Description |
---|
glassfish |
jboss |
jetty |
tomcat |
tomcatNontransactional |
tomcatTransactional |
Modifier and Type | Method and Description |
---|---|
static JbpmComponent.ConfigurationName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JbpmComponent.ConfigurationName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JbpmComponent.ConfigurationName jboss
public static final JbpmComponent.ConfigurationName jetty
public static final JbpmComponent.ConfigurationName glassfish
public static final JbpmComponent.ConfigurationName tomcat
public static final JbpmComponent.ConfigurationName tomcatTransactional
public static final JbpmComponent.ConfigurationName tomcatNontransactional
public static JbpmComponent.ConfigurationName[] values()
for (JbpmComponent.ConfigurationName c : JbpmComponent.ConfigurationName.values()) System.out.println(c);
public static JbpmComponent.ConfigurationName 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 nullCopyright © 2011 Nuxeo SA. All Rights Reserved.