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