public enum TraceFilterType extends Enum<TraceFilterType>
| Enum Constant and Description |
|---|
MODULES |
SERVER_ENVIRONMENT |
SERVERS |
TIME |
URL |
VULNTYPE |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TraceFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceFilterType MODULES
public static final TraceFilterType WORKFLOW
public static final TraceFilterType SERVERS
public static final TraceFilterType TIME
public static final TraceFilterType URL
public static final TraceFilterType VULNTYPE
public static final TraceFilterType SERVER_ENVIRONMENT
public static TraceFilterType[] values()
for (TraceFilterType c : TraceFilterType.values()) System.out.println(c);
public static TraceFilterType 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 String toString()
toString in class Enum<TraceFilterType>Copyright © 2021 Contrast Security. All rights reserved.