public static enum EventUtils.TYPE extends Enum<EventUtils.TYPE>
Enum Constant and Description |
---|
PROCESS |
SOAP |
STORE_XML |
WEB_FORM |
WEB_SERVICE |
Modifier and Type | Method and Description |
---|---|
static EventUtils.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventUtils.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventUtils.TYPE WEB_FORM
public static final EventUtils.TYPE WEB_SERVICE
public static final EventUtils.TYPE PROCESS
public static final EventUtils.TYPE STORE_XML
public static final EventUtils.TYPE SOAP
public static EventUtils.TYPE[] values()
for (EventUtils.TYPE c : EventUtils.TYPE.values()) System.out.println(c);
public static EventUtils.TYPE 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 © 2015 Neuroinformatics Research Group. All rights reserved.