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