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