public static enum Cloud.BugFilingStatus extends java.lang.Enum<Cloud.BugFilingStatus>
Enum Constant and Description |
---|
BUG_PENDING
Sent a URL to a browser to file a bug, no information yet
|
FILE_AGAIN
URL was sent to browser, but request has expired
|
FILE_BUG
No bug yet filed
|
NA |
VIEW_BUG
synchronized bug instance with bug database
|
Modifier and Type | Method and Description |
---|---|
boolean |
bugIsFiled() |
boolean |
linkEnabled() |
java.lang.String |
toString() |
static Cloud.BugFilingStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cloud.BugFilingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cloud.BugFilingStatus FILE_BUG
public static final Cloud.BugFilingStatus FILE_AGAIN
public static final Cloud.BugFilingStatus BUG_PENDING
public static final Cloud.BugFilingStatus VIEW_BUG
public static final Cloud.BugFilingStatus NA
public static Cloud.BugFilingStatus[] values()
for (Cloud.BugFilingStatus c : Cloud.BugFilingStatus.values()) System.out.println(c);
public static Cloud.BugFilingStatus 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 boolean bugIsFiled()
public boolean linkEnabled()
public java.lang.String toString()
toString
in class java.lang.Enum<Cloud.BugFilingStatus>
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.