public static enum Cloud.UserDesignation extends java.lang.Enum<Cloud.UserDesignation>
Enum Constant and Description |
---|
BAD_ANALYSIS |
I_WILL_FIX |
MOSTLY_HARMLESS |
MUST_FIX |
NEEDS_STUDY |
NOT_A_BUG |
OBSOLETE_CODE |
SHOULD_FIX |
UNCLASSIFIED |
Modifier and Type | Method and Description |
---|---|
boolean |
nonVoting() |
boolean |
notAProblem() |
int |
score() |
boolean |
shouldFix() |
static Cloud.UserDesignation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cloud.UserDesignation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cloud.UserDesignation UNCLASSIFIED
public static final Cloud.UserDesignation NEEDS_STUDY
public static final Cloud.UserDesignation BAD_ANALYSIS
public static final Cloud.UserDesignation NOT_A_BUG
public static final Cloud.UserDesignation MOSTLY_HARMLESS
public static final Cloud.UserDesignation SHOULD_FIX
public static final Cloud.UserDesignation MUST_FIX
public static final Cloud.UserDesignation I_WILL_FIX
public static final Cloud.UserDesignation OBSOLETE_CODE
public static Cloud.UserDesignation[] values()
for (Cloud.UserDesignation c : Cloud.UserDesignation.values()) System.out.println(c);
public static Cloud.UserDesignation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int score()
public boolean nonVoting()
public boolean notAProblem()
public boolean shouldFix()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.