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