public static enum CvssV3.AttackComplexityEnum extends Enum<CvssV3.AttackComplexityEnum>
Modifier and Type | Method and Description |
---|---|
static CvssV3.AttackComplexityEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CvssV3.AttackComplexityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV3.AttackComplexityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CvssV3.AttackComplexityEnum L
public static final CvssV3.AttackComplexityEnum H
public static CvssV3.AttackComplexityEnum[] values()
for (CvssV3.AttackComplexityEnum c : CvssV3.AttackComplexityEnum.values()) System.out.println(c);
public static CvssV3.AttackComplexityEnum 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 getValue()
public String toString()
toString
in class Enum<CvssV3.AttackComplexityEnum>
public static CvssV3.AttackComplexityEnum fromValue(String text)
Copyright © 2016–2022. All rights reserved.