public static enum EventUtils.CATEGORY extends Enum<EventUtils.CATEGORY>
Enum Constant and Description |
---|
DATA |
PROJECT_ACCESS |
PROJECT_ADMIN |
SIDE_ADMIN |
Modifier and Type | Method and Description |
---|---|
static EventUtils.CATEGORY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventUtils.CATEGORY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventUtils.CATEGORY PROJECT_ADMIN
public static final EventUtils.CATEGORY PROJECT_ACCESS
public static final EventUtils.CATEGORY SIDE_ADMIN
public static final EventUtils.CATEGORY DATA
public static EventUtils.CATEGORY[] values()
for (EventUtils.CATEGORY c : EventUtils.CATEGORY.values()) System.out.println(c);
public static EventUtils.CATEGORY 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.