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