public static enum EventNotifierBase.SourceType extends Enum<EventNotifierBase.SourceType>
| Enum Constant and Description |
|---|
BindingComponent |
JBIRuntime |
ServiceAssembly |
ServiceEngine |
ServiceUnit |
SharedLibrary |
| Modifier and Type | Method and Description |
|---|---|
static EventNotifierBase.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotifierBase.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventNotifierBase.SourceType JBIRuntime
public static final EventNotifierBase.SourceType BindingComponent
public static final EventNotifierBase.SourceType ServiceEngine
public static final EventNotifierBase.SourceType SharedLibrary
public static final EventNotifierBase.SourceType ServiceUnit
public static final EventNotifierBase.SourceType ServiceAssembly
public static EventNotifierBase.SourceType[] values()
for (EventNotifierBase.SourceType c : EventNotifierBase.SourceType.values()) System.out.println(c);
public static EventNotifierBase.SourceType 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-2016 OpenESB Community. All Rights Reserved.