public static enum Filter.Type extends Enum<Filter.Type>
| Enum Constant and Description |
|---|
CWE |
OWASP |
SEVERITY |
STATE |
STATUS |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
static Filter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filter.Type SEVERITY
public static final Filter.Type CWE
public static final Filter.Type OWASP
public static final Filter.Type TYPE
public static final Filter.Type STATUS
public static final Filter.Type STATE
public static Filter.Type[] values()
for (Filter.Type c : Filter.Type.values()) System.out.println(c);
public static Filter.Type 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 getTypeName()
Copyright © 2020. All rights reserved.