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