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