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