public static enum TraceFilterForm.ApplicationExpandValues extends java.lang.Enum<TraceFilterForm.ApplicationExpandValues>
| Enum Constant and Description |
|---|
LICENSE |
SCORES |
TRACE_BREAKDOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TraceFilterForm.ApplicationExpandValues |
valueOf(java.lang.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()
public static TraceFilterForm.ApplicationExpandValues valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TraceFilterForm.ApplicationExpandValues>Copyright © 2021 Contrast Security, Inc.. All rights reserved.