public enum TraceContextFlagMask extends Enum<TraceContextFlagMask>
| Modifier and Type | Method and Description |
|---|---|
byte |
getByteMask() |
static boolean |
isLogEnabled(String hex) |
static boolean |
isTraceEnabled(String hex) |
String |
toHexCode() |
static TraceContextFlagMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceContextFlagMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceContextFlagMask DEFAULT
public static final TraceContextFlagMask TRACE
public static final TraceContextFlagMask LOG
public static TraceContextFlagMask[] values()
for (TraceContextFlagMask c : TraceContextFlagMask.values()) System.out.println(c);
public static TraceContextFlagMask 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 nullpublic static boolean isTraceEnabled(String hex)
public static boolean isLogEnabled(String hex)
public String toHexCode()
public byte getByteMask()
Copyright © 2009–2021. All rights reserved.