public static enum SambaPlayerError.Severity extends java.lang.Enum<SambaPlayerError.Severity>
| Enum Constant and Description |
|---|
critical |
info |
minor |
recoverable |
| Modifier and Type | Method and Description |
|---|---|
static SambaPlayerError.Severity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SambaPlayerError.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SambaPlayerError.Severity minor
public static final SambaPlayerError.Severity info
public static final SambaPlayerError.Severity recoverable
public static final SambaPlayerError.Severity critical
public static SambaPlayerError.Severity[] values()
for (SambaPlayerError.Severity c : SambaPlayerError.Severity.values()) System.out.println(c);
public static SambaPlayerError.Severity 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 null