public enum Cvss3TemporalMetricsExploitabilityType extends java.lang.Enum<Cvss3TemporalMetricsExploitabilityType>
| Enum Constant and Description |
|---|
FUNCTIONAL |
HIGH |
NOT_DEFINED |
PROOF_OF_CONCEPT |
UNPROVEN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static Cvss3TemporalMetricsExploitabilityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cvss3TemporalMetricsExploitabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cvss3TemporalMetricsExploitabilityType FUNCTIONAL
public static final Cvss3TemporalMetricsExploitabilityType HIGH
public static final Cvss3TemporalMetricsExploitabilityType NOT_DEFINED
public static final Cvss3TemporalMetricsExploitabilityType PROOF_OF_CONCEPT
public static final Cvss3TemporalMetricsExploitabilityType UNPROVEN
public static Cvss3TemporalMetricsExploitabilityType[] values()
for (Cvss3TemporalMetricsExploitabilityType c : Cvss3TemporalMetricsExploitabilityType.values()) System.out.println(c);
public static Cvss3TemporalMetricsExploitabilityType 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()