public static enum Filter.Type extends Enum<Filter.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
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 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 getType()
Copyright © 2020. All rights reserved.