public static enum SarifSchema210.Version extends Enum<SarifSchema210.Version>
| Enum Constant and Description |
|---|
_2_1_0 |
| Modifier and Type | Method and Description |
|---|---|
static SarifSchema210.Version |
fromValue(String value) |
String |
toString() |
String |
value() |
static SarifSchema210.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SarifSchema210.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SarifSchema210.Version _2_1_0
public static SarifSchema210.Version[] values()
for (SarifSchema210.Version c : SarifSchema210.Version.values()) System.out.println(c);
public static SarifSchema210.Version 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<SarifSchema210.Version>public String value()
public static SarifSchema210.Version fromValue(String value)
Copyright © 2020 Contrast Security. All rights reserved.