public static enum BreinEventResult.EventCategory extends java.lang.Enum<BreinEventResult.EventCategory>
| Enum Constant and Description |
|---|
COMEDY |
CONCERT |
EDUCATIONAL |
FITNESS |
OTHERSHOW |
POLITICAL |
SPORTS |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BreinEventResult.EventCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinEventResult.EventCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinEventResult.EventCategory CONCERT
public static final BreinEventResult.EventCategory COMEDY
public static final BreinEventResult.EventCategory OTHERSHOW
public static final BreinEventResult.EventCategory POLITICAL
public static final BreinEventResult.EventCategory SPORTS
public static final BreinEventResult.EventCategory EDUCATIONAL
public static final BreinEventResult.EventCategory FITNESS
public static final BreinEventResult.EventCategory UNKNOWN
public static BreinEventResult.EventCategory[] values()
for (BreinEventResult.EventCategory c : BreinEventResult.EventCategory.values()) System.out.println(c);
public static BreinEventResult.EventCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © Breinify - All Rights Reserved.