public static enum BrakemanJSONScanner.Category extends Enum<BrakemanJSONScanner.Category>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BrakemanJSONScanner.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrakemanJSONScanner.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrakemanJSONScanner.Category GENERAL
public static final BrakemanJSONScanner.Category IGNORED
public static BrakemanJSONScanner.Category[] values()
for (BrakemanJSONScanner.Category c : BrakemanJSONScanner.Category.values()) System.out.println(c);
public static BrakemanJSONScanner.Category 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 getName()
Copyright © 2016–2017. All rights reserved.