public static enum ILogCallback.LogTraceLevel extends Enum<ILogCallback.LogTraceLevel>
Modifier and Type | Method and Description |
---|---|
static ILogCallback.LogTraceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILogCallback.LogTraceLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILogCallback.LogTraceLevel NONE
public static final ILogCallback.LogTraceLevel COARSE
public static final ILogCallback.LogTraceLevel FINE
public static final ILogCallback.LogTraceLevel SUPERFINE
public static final ILogCallback.LogTraceLevel ALL
public static ILogCallback.LogTraceLevel[] values()
for (ILogCallback.LogTraceLevel c : ILogCallback.LogTraceLevel.values()) System.out.println(c);
public static ILogCallback.LogTraceLevel 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 © 2017 Perforce Software. All Rights Reserved.