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