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