public static enum CvssV3.PrivilegesRequired extends Enum<CvssV3.PrivilegesRequired>
| Modifier and Type | Method and Description |
|---|---|
static CvssV3.PrivilegesRequired |
fromString(String text) |
static CvssV3.PrivilegesRequired |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV3.PrivilegesRequired[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CvssV3.PrivilegesRequired NONE
public static final CvssV3.PrivilegesRequired LOW
public static final CvssV3.PrivilegesRequired HIGH
public static CvssV3.PrivilegesRequired[] values()
for (CvssV3.PrivilegesRequired c : CvssV3.PrivilegesRequired.values()) System.out.println(c);
public static CvssV3.PrivilegesRequired 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 static CvssV3.PrivilegesRequired fromString(String text)
Copyright © 2017. All rights reserved.