public static enum Vulnerability10.ScoreSource extends Enum<Vulnerability10.ScoreSource>
Modifier and Type | Method and Description |
---|---|
static Vulnerability10.ScoreSource |
fromString(String text) |
String |
getScoreSourceName() |
static Vulnerability10.ScoreSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vulnerability10.ScoreSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vulnerability10.ScoreSource CVSSv3
public static final Vulnerability10.ScoreSource CVSSv2
public static final Vulnerability10.ScoreSource OWASP
public static final Vulnerability10.ScoreSource FAIR
public static final Vulnerability10.ScoreSource OTHER
public static Vulnerability10.ScoreSource[] values()
for (Vulnerability10.ScoreSource c : Vulnerability10.ScoreSource.values()) System.out.println(c);
public static Vulnerability10.ScoreSource 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 getScoreSourceName()
public static Vulnerability10.ScoreSource fromString(String text)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.