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