public static enum BSA.LogTypes extends java.lang.Enum<BSA.LogTypes>
Enum Constant and Description |
---|
BSA
A logstream used for logging which records have been skipped/blockec.
|
Modifier and Type | Method and Description |
---|---|
static BSA.LogTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BSA.LogTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BSA.LogTypes BSA
public static BSA.LogTypes[] values()
for (BSA.LogTypes c : BSA.LogTypes.values()) System.out.println(c);
public static BSA.LogTypes 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