public static enum WarningsGuard.Priority extends Enum<WarningsGuard.Priority>
Enum Constant and Description |
---|
DEFAULT |
FILTER_BY_PATH |
MAX |
MIN |
STRICT |
SUPPRESS_BY_WHITELIST |
SUPPRESS_DOC |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static WarningsGuard.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarningsGuard.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarningsGuard.Priority MAX
public static final WarningsGuard.Priority MIN
public static final WarningsGuard.Priority STRICT
public static final WarningsGuard.Priority DEFAULT
public static final WarningsGuard.Priority SUPPRESS_BY_WHITELIST
public static final WarningsGuard.Priority SUPPRESS_DOC
public static final WarningsGuard.Priority FILTER_BY_PATH
public static WarningsGuard.Priority[] values()
for (WarningsGuard.Priority c : WarningsGuard.Priority.values()) System.out.println(c);
public static WarningsGuard.Priority 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 int getValue()
Copyright © 2009-2017 Google. All Rights Reserved.