public static enum FindBugsParser.PriorityProperty extends Enum<FindBugsParser.PriorityProperty>
| Enum Constant and Description |
|---|
CONFIDENCE
Use the priority/confidence to create corresponding
priorities. |
RANK
Use rank to create corresponding
priorities. |
| Modifier and Type | Method and Description |
|---|---|
static FindBugsParser.PriorityProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindBugsParser.PriorityProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FindBugsParser.PriorityProperty CONFIDENCE
priorities.public static final FindBugsParser.PriorityProperty RANK
priorities.public static FindBugsParser.PriorityProperty[] values()
for (FindBugsParser.PriorityProperty c : FindBugsParser.PriorityProperty.values()) System.out.println(c);
public static FindBugsParser.PriorityProperty 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 nullCopyright © 2018. All rights reserved.