Enum Class Notice.ProvenanceEnum

java.lang.Object
java.lang.Enum<Notice.ProvenanceEnum>
com.qtsurfer.api.client.model.Notice.ProvenanceEnum
All Implemented Interfaces:
Serializable, Comparable<Notice.ProvenanceEnum>, Constable
Enclosing class:
Notice

public static enum Notice.ProvenanceEnum extends Enum<Notice.ProvenanceEnum>
Where it came from, which matters because the two silences differ: an empty list from a real run (`execute`) is a clean bill of health, while an empty list from `compile-dry-run` is only a lower bound over a bounded synthetic series.
  • Enum Constant Details

  • Method Details

    • values

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

      public static Notice.ProvenanceEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Notice.ProvenanceEnum>
    • fromValue

      public static Notice.ProvenanceEnum fromValue(String value)