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