public static enum BreinEventResult.EventSize extends java.lang.Enum<BreinEventResult.EventSize>
| Enum Constant and Description |
|---|
INTERNATIONAL |
LOCAL |
MAJOR |
MINOR |
NATIONAL |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BreinEventResult.EventSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinEventResult.EventSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinEventResult.EventSize MINOR
public static final BreinEventResult.EventSize LOCAL
public static final BreinEventResult.EventSize MAJOR
public static final BreinEventResult.EventSize NATIONAL
public static final BreinEventResult.EventSize INTERNATIONAL
public static final BreinEventResult.EventSize UNKNOWN
public static BreinEventResult.EventSize[] values()
for (BreinEventResult.EventSize c : BreinEventResult.EventSize.values()) System.out.println(c);
public static BreinEventResult.EventSize 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.