public static enum CvssV20.ReportConfidenceType extends Enum<CvssV20.ReportConfidenceType>
| Enum Constant and Description |
|---|
CONFIRMED |
NOT_DEFINED |
UNCONFIRMED |
UNCORROBORATED |
| Modifier and Type | Method and Description |
|---|---|
static CvssV20.ReportConfidenceType |
fromValue(String value) |
String |
toString() |
String |
value() |
static CvssV20.ReportConfidenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV20.ReportConfidenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="UNCONFIRMED") public static final CvssV20.ReportConfidenceType UNCONFIRMED
@SerializedName(value="UNCORROBORATED") public static final CvssV20.ReportConfidenceType UNCORROBORATED
@SerializedName(value="CONFIRMED") public static final CvssV20.ReportConfidenceType CONFIRMED
@SerializedName(value="NOT_DEFINED") public static final CvssV20.ReportConfidenceType NOT_DEFINED
public static CvssV20.ReportConfidenceType[] values()
for (CvssV20.ReportConfidenceType c : CvssV20.ReportConfidenceType.values()) System.out.println(c);
public static CvssV20.ReportConfidenceType 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 toString()
toString in class Enum<CvssV20.ReportConfidenceType>public String value()
public static CvssV20.ReportConfidenceType fromValue(String value)
Copyright © 2012–2020 OWASP. All rights reserved.