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