Enum ReportType

java.lang.Object
java.lang.Enum<ReportType>
com.netsparker.cloud.model.ReportType
All Implemented Interfaces:
Serializable, Comparable<ReportType>

public enum ReportType extends Enum<ReportType>
  • Enum Constant Details

    • ScanDetail

      public static final ReportType ScanDetail
    • OwaspTopTen2013

      public static final ReportType OwaspTopTen2013
    • HIPAACompliance

      public static final ReportType HIPAACompliance
    • PCICompliance

      public static final ReportType PCICompliance
    • KnowledgeBase

      public static final ReportType KnowledgeBase
    • ExecutiveSummary

      public static final ReportType ExecutiveSummary
    • OwaspTopTen2017

      public static final ReportType OwaspTopTen2017
    • SansTop25

      public static final ReportType SansTop25
    • WASC

      public static final ReportType WASC
    • Iso27001Compliance

      public static final ReportType Iso27001Compliance
    • FullScanDetail

      public static final ReportType FullScanDetail
  • Method Details

    • values

      public static ReportType[] 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 ReportType 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
    • getNumber

      public int getNumber()
    • getNumberAsString

      public String getNumberAsString()