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