public static enum Deployment.VALID_PROVIDERS extends Enum<Deployment.VALID_PROVIDERS>
Enum Constant and Description |
---|
activemq
The activemq.
|
Modifier and Type | Method and Description |
---|---|
static Deployment.VALID_PROVIDERS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deployment.VALID_PROVIDERS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Deployment.VALID_PROVIDERS activemq
public static Deployment.VALID_PROVIDERS[] values()
for (Deployment.VALID_PROVIDERS c : Deployment.VALID_PROVIDERS.values()) System.out.println(c);
public static Deployment.VALID_PROVIDERS 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 © 2006–2016 The Apache Software Foundation. All rights reserved.