public static enum TEventEntry.TLogLevel extends Enum<TEventEntry.TLogLevel>
Enum Constant and Description |
---|
llDump |
llError |
llFinish |
llNormal |
llPop |
llPush |
llRemark |
llStamp |
llStart |
llSummary |
llWarning |
Modifier and Type | Method and Description |
---|---|
static TEventEntry.TLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TEventEntry.TLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TEventEntry.TLogLevel llRemark
public static final TEventEntry.TLogLevel llDump
public static final TEventEntry.TLogLevel llNormal
public static final TEventEntry.TLogLevel llStart
public static final TEventEntry.TLogLevel llFinish
public static final TEventEntry.TLogLevel llPush
public static final TEventEntry.TLogLevel llPop
public static final TEventEntry.TLogLevel llStamp
public static final TEventEntry.TLogLevel llSummary
public static final TEventEntry.TLogLevel llWarning
public static final TEventEntry.TLogLevel llError
public static TEventEntry.TLogLevel[] values()
for (TEventEntry.TLogLevel c : TEventEntry.TLogLevel.values()) System.out.println(c);
public static TEventEntry.TLogLevel 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 © 2014–2016 Delft University of Technology. All rights reserved.