Enum Class ReportType

java.lang.Object
java.lang.Enum<ReportType>
org.wikirate4j.utils.ReportType
All Implemented Interfaces:
Serializable, Comparable<ReportType>, Constable

public enum ReportType extends Enum<ReportType>
Author:
Vasiliki Gkatziaki
  • Enum Constant Details

    • AGGREGATE_DATA_REPORT

      public static final ReportType AGGREGATE_DATA_REPORT
    • ANNUAL_REPORT

      public static final ReportType ANNUAL_REPORT
    • BUSINESS_RESPONSIBILITY_REPORT

      public static final ReportType BUSINESS_RESPONSIBILITY_REPORT
    • CODE_OF_CONDUCT

      public static final ReportType CODE_OF_CONDUCT
    • COMMUNICATION_ON_PROGRESS

      public static final ReportType COMMUNICATION_ON_PROGRESS
    • COMPANY_WEBSITE

      public static final ReportType COMPANY_WEBSITE
    • CONFLICT_MINERALS_REPORT

      public static final ReportType CONFLICT_MINERALS_REPORT
    • CORPORATE_ACCOUNTABILITY_INDEX

      public static final ReportType CORPORATE_ACCOUNTABILITY_INDEX
    • CORPORATE_SOCIAL_RESPONSIBILITY_REPORT

      public static final ReportType CORPORATE_SOCIAL_RESPONSIBILITY_REPORT
    • DATA_BREACH_REPORT

      public static final ReportType DATA_BREACH_REPORT
    • GENDER_PAY_GAP_REPORT

      public static final ReportType GENDER_PAY_GAP_REPORT
    • HUMAN_RIGHTS_POLICY_DOCUMENT

      public static final ReportType HUMAN_RIGHTS_POLICY_DOCUMENT
    • INTEGRATED_REPORT

      public static final ReportType INTEGRATED_REPORT
    • MEMBER_LIST

      public static final ReportType MEMBER_LIST
    • MODERN_SLAVERY_REGISTRY_SUBMISSION

      public static final ReportType MODERN_SLAVERY_REGISTRY_SUBMISSION
    • MODERN_SLAVERY_STATEMENT

      public static final ReportType MODERN_SLAVERY_STATEMENT
    • PRIVACY_POLICY_DOCUMENT

      public static final ReportType PRIVACY_POLICY_DOCUMENT
    • RESEARCH_DOCUMENT

      public static final ReportType RESEARCH_DOCUMENT
    • RESPONSIBLE_INVESTMENT_TRANSPARENCY_REPORT

      public static final ReportType RESPONSIBLE_INVESTMENT_TRANSPARENCY_REPORT
    • SIGNATORY_LIST

      public static final ReportType SIGNATORY_LIST
    • STANDARD

      public static final ReportType STANDARD
    • SUPPLIER_LIST

      public static final ReportType SUPPLIER_LIST
    • SUPPLY_CHAIN_POLICY_DOCUMENT

      public static final ReportType SUPPLY_CHAIN_POLICY_DOCUMENT
    • SUSTAINABILITY_REPORT

      public static final ReportType SUSTAINABILITY_REPORT
    • TERMS_OF_SERVICE

      public static final ReportType TERMS_OF_SERVICE
    • UNKNOWN

      public static final ReportType UNKNOWN
  • Method Details

    • values

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

      public String value()
    • getReportType

      public static ReportType getReportType(String report_type)