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