Enum Class DocumentTypeNames

java.lang.Object
java.lang.Enum<DocumentTypeNames>
com.hack23.cia.service.external.riksdagen.api.DocumentTypeNames
All Implemented Interfaces:
Serializable, Comparable<DocumentTypeNames>, Constable

public enum DocumentTypeNames extends Enum<DocumentTypeNames>
The Enum DocumentTypeNames.
  • Enum Constant Details

    • ACCOUNT_AND_REPORT

      public static final DocumentTypeNames ACCOUNT_AND_REPORT
      The account and report.
    • AGENDA

      public static final DocumentTypeNames AGENDA
      The agenda.
    • ANSWER_TO_QUESTION

      public static final DocumentTypeNames ANSWER_TO_QUESTION
      The answer to question.
    • ATTACHEMENT

      public static final DocumentTypeNames ATTACHEMENT
      The attachement.
    • BILL

      public static final DocumentTypeNames BILL
      The bill.
    • COMMITTEE_DOCUMENT

      public static final DocumentTypeNames COMMITTEE_DOCUMENT
      The committee document.
    • COMMITTEE_REPORT

      public static final DocumentTypeNames COMMITTEE_REPORT
      The committee report.
    • COMMITTEE_STORY

      public static final DocumentTypeNames COMMITTEE_STORY
      The committee story.
    • COMMUNICATION

      public static final DocumentTypeNames COMMUNICATION
      The communication.
    • DEPARTMENT_SERIE

      public static final DocumentTypeNames DEPARTMENT_SERIE
      The department serie.
    • DIRECTIVE

      public static final DocumentTypeNames DIRECTIVE
      The directive.
    • EU_COMMITTEE

      public static final DocumentTypeNames EU_COMMITTEE
      The eu committee.
    • EU_COMMITTEE_ATTACHEMENT

      public static final DocumentTypeNames EU_COMMITTEE_ATTACHEMENT
      The eu committee attachement.
    • EU_COMMITTEE_NOTES

      public static final DocumentTypeNames EU_COMMITTEE_NOTES
      The eu committee notes.
    • EU_COMMITTEE_SUMMONS_AND_AGENDA

      public static final DocumentTypeNames EU_COMMITTEE_SUMMONS_AND_AGENDA
      The eu committee summons and agenda.
    • FACT_MEMORANDUM

      public static final DocumentTypeNames FACT_MEMORANDUM
      The fact memorandum.
    • INSPECTION_REPORT

      public static final DocumentTypeNames INSPECTION_REPORT
      The inspection report.
    • INTERPELLATION

      public static final DocumentTypeNames INTERPELLATION
      The interpellation.
    • MINISTER_MEMORANDUM

      public static final DocumentTypeNames MINISTER_MEMORANDUM
      The minister memorandum.
    • PARLIAMENT_COMMUNICATION

      public static final DocumentTypeNames PARLIAMENT_COMMUNICATION
      The parliament communication.
    • PARLIAMENT_REPORT

      public static final DocumentTypeNames PARLIAMENT_REPORT
      The parliament report.
    • PROPOSITION

      public static final DocumentTypeNames PROPOSITION
      The proposition.
    • PROTOCOL

      public static final DocumentTypeNames PROTOCOL
      The protocol.
    • PUBLIC_INVESTIGATION

      public static final DocumentTypeNames PUBLIC_INVESTIGATION
      The public investigation.
    • QUESTION

      public static final DocumentTypeNames QUESTION
      The question.
    • SPEAKER_LIST

      public static final DocumentTypeNames SPEAKER_LIST
      The speaker list.
    • SWEDISH_CODE_OF_STATUTES

      public static final DocumentTypeNames SWEDISH_CODE_OF_STATUTES
      The swedish code of statutes.
    • STATEMENT

      public static final DocumentTypeNames STATEMENT
      The statement.
  • Method Details

    • values

      public static DocumentTypeNames[] 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 DocumentTypeNames 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
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • getShortCode

      public String getShortCode()
      Gets the short code.
      Returns:
      the short code