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