public enum Cvss3TemporalMetricsReportConfidenceType extends java.lang.Enum<Cvss3TemporalMetricsReportConfidenceType>
| Enum Constant and Description |
|---|
CONFIRMED |
NOT_DEFINED |
REASONABLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static Cvss3TemporalMetricsReportConfidenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cvss3TemporalMetricsReportConfidenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cvss3TemporalMetricsReportConfidenceType CONFIRMED
public static final Cvss3TemporalMetricsReportConfidenceType NOT_DEFINED
public static final Cvss3TemporalMetricsReportConfidenceType REASONABLE
public static final Cvss3TemporalMetricsReportConfidenceType UNKNOWN
public static Cvss3TemporalMetricsReportConfidenceType[] values()
for (Cvss3TemporalMetricsReportConfidenceType c : Cvss3TemporalMetricsReportConfidenceType.values()) System.out.println(c);
public static Cvss3TemporalMetricsReportConfidenceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()