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