public static enum Vulnerability.Analysis.State extends Enum<Vulnerability.Analysis.State>
Enum Constant and Description |
---|
EXPLOITABLE |
FALSE_POSITIVE |
IN_TRIAGE |
NOT_AFFECTED |
RESOLVED |
RESOLVED_WITH_PEDIGREE |
Modifier and Type | Method and Description |
---|---|
static Vulnerability.Analysis.State |
fromString(String text) |
String |
getStateName() |
static Vulnerability.Analysis.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vulnerability.Analysis.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vulnerability.Analysis.State RESOLVED
public static final Vulnerability.Analysis.State RESOLVED_WITH_PEDIGREE
public static final Vulnerability.Analysis.State EXPLOITABLE
public static final Vulnerability.Analysis.State IN_TRIAGE
public static final Vulnerability.Analysis.State FALSE_POSITIVE
public static final Vulnerability.Analysis.State NOT_AFFECTED
public static Vulnerability.Analysis.State[] values()
for (Vulnerability.Analysis.State c : Vulnerability.Analysis.State.values()) System.out.println(c);
public static Vulnerability.Analysis.State 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 getStateName()
public static Vulnerability.Analysis.State fromString(String text)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.