public static enum BugPattern.ProvidesFix extends Enum<BugPattern.ProvidesFix>
Enum Constant and Description |
---|
NO_FIX |
REQUIRES_HUMAN_ATTENTION |
Modifier and Type | Method and Description |
---|---|
String |
displayInfo() |
static BugPattern.ProvidesFix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BugPattern.ProvidesFix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BugPattern.ProvidesFix NO_FIX
public static final BugPattern.ProvidesFix REQUIRES_HUMAN_ATTENTION
public static BugPattern.ProvidesFix[] values()
for (BugPattern.ProvidesFix c : BugPattern.ProvidesFix.values()) System.out.println(c);
public static BugPattern.ProvidesFix 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 displayInfo()
Copyright © 2019. All rights reserved.