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