public enum FailSeverity extends Enum<FailSeverity>
| Enum Constant and Description | 
|---|
breaking  | 
equivalent  | 
nonBreaking  | 
potentiallyBreaking  | 
| Modifier and Type | Method and Description | 
|---|---|
org.revapi.DifferenceSeverity | 
asDifferenceSeverity()  | 
static FailSeverity | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FailSeverity[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FailSeverity equivalent
public static final FailSeverity nonBreaking
public static final FailSeverity potentiallyBreaking
public static final FailSeverity breaking
public static FailSeverity[] values()
for (FailSeverity c : FailSeverity.values()) System.out.println(c);
public static FailSeverity 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 org.revapi.DifferenceSeverity asDifferenceSeverity()
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.