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