Enum Cloud.BugFilingStatus

java.lang.Object
java.lang.Enum<Cloud.BugFilingStatus>
edu.umd.cs.findbugs.cloud.Cloud.BugFilingStatus
All Implemented Interfaces:
Serializable, Comparable<Cloud.BugFilingStatus>, java.lang.constant.Constable
Enclosing interface:
Cloud

public static enum Cloud.BugFilingStatus extends Enum<Cloud.BugFilingStatus>
  • Enum Constant Details

  • Method Details

    • values

      public static Cloud.BugFilingStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Cloud.BugFilingStatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • bugIsFiled

      public boolean bugIsFiled()
    • linkEnabled

      public boolean linkEnabled()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Cloud.BugFilingStatus>