public static enum FilterForm.ApplicationExpandValues extends java.lang.Enum<FilterForm.ApplicationExpandValues>
| Enum Constant and Description |
|---|
LICENSE |
METADATA |
SCORES |
TRACE_BREAKDOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static FilterForm.ApplicationExpandValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterForm.ApplicationExpandValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterForm.ApplicationExpandValues SCORES
public static final FilterForm.ApplicationExpandValues TRACE_BREAKDOWN
public static final FilterForm.ApplicationExpandValues LICENSE
public static final FilterForm.ApplicationExpandValues METADATA
public static FilterForm.ApplicationExpandValues[] values()
public static FilterForm.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<FilterForm.ApplicationExpandValues>Copyright © 2022 Contrast Security, Inc.. All rights reserved.