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