com.hack23.cia.service.external.riksdagen.api
Enum RiksdagenApi.DocumentTypeNames

Package class diagram package RiksdagenApi.DocumentTypeNames
java.lang.Object
  extended by java.lang.Enum<RiksdagenApi.DocumentTypeNames>
      extended by com.hack23.cia.service.external.riksdagen.api.RiksdagenApi.DocumentTypeNames
All Implemented Interfaces:
Serializable, Comparable<RiksdagenApi.DocumentTypeNames>
Enclosing interface:
RiksdagenApi

public static enum RiksdagenApi.DocumentTypeNames
extends Enum<RiksdagenApi.DocumentTypeNames>

The Enum DocumentTypeNames.


Enum Constant Summary
ACCOUNT_AND_REPORT
          The ACCOUN t_ an d_ report.
AGENDA
          The AGENDA.
ANSWER_TO_QUESTION
          The ANSWE r_ t o_ question.
ATTACHEMENT
          The ATTACHEMENT.
BILL
          The BILL.
COMMITTEE_DOCUMENT
          The COMMITTE e_ document.
COMMITTEE_REPORT
          The COMMITTE e_ report.
COMMITTEE_STORY
          The COMMITTE e_ story.
COMMUNICATION
          The COMMUNICATION.
DEPARTMENT_SERIE
          The DEPARTMEN t_ serie.
DIRECTIVE
          The DIRECTIVE.
EU_COMMITTEE
          The E u_ committee.
EU_COMMITTEE_ATTACHEMENT
          The E u_ committe e_ attachement.
EU_COMMITTEE_NOTES
          The E u_ committe e_ notes.
EU_COMMITTEE_SUMMONS_AND_AGENDA
          The E u_ committe e_ summon s_ an d_ agenda.
FACT_MEMORANDUM
          The FAC t_ memorandum.
INTERPELLATION
          The INTERPELLATION.
MINISTER_MEMORANDUM
          The MINISTE r_ memorandum.
PARLIAMENT_COMMUNICATION
          The PARLIAMEN t_ communication.
PARLIAMENT_REPORT
          The PARLIAMEN t_ report.
Proposition
          The Proposition.
PROTOCOL
          The PROTOCOL.
PUBLIC_INVESTIGATION
          The PUBLI c_ investigation.
QUESTION
          The QUESTION.
SPEAKER_LIST
          The SPEAKE r_ list.
STATEMENT
          The STATEMENT.
 
Method Summary
 String getDescription()
          Gets the description.
 String getShortCode()
          Gets the short code.
static RiksdagenApi.DocumentTypeNames valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RiksdagenApi.DocumentTypeNames[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACCOUNT_AND_REPORT

public static final RiksdagenApi.DocumentTypeNames ACCOUNT_AND_REPORT
The ACCOUN t_ an d_ report.


AGENDA

public static final RiksdagenApi.DocumentTypeNames AGENDA
The AGENDA.


ANSWER_TO_QUESTION

public static final RiksdagenApi.DocumentTypeNames ANSWER_TO_QUESTION
The ANSWE r_ t o_ question.


ATTACHEMENT

public static final RiksdagenApi.DocumentTypeNames ATTACHEMENT
The ATTACHEMENT.


BILL

public static final RiksdagenApi.DocumentTypeNames BILL
The BILL.


COMMITTEE_DOCUMENT

public static final RiksdagenApi.DocumentTypeNames COMMITTEE_DOCUMENT
The COMMITTE e_ document.


COMMITTEE_REPORT

public static final RiksdagenApi.DocumentTypeNames COMMITTEE_REPORT
The COMMITTE e_ report.


COMMITTEE_STORY

public static final RiksdagenApi.DocumentTypeNames COMMITTEE_STORY
The COMMITTE e_ story.


COMMUNICATION

public static final RiksdagenApi.DocumentTypeNames COMMUNICATION
The COMMUNICATION.


DEPARTMENT_SERIE

public static final RiksdagenApi.DocumentTypeNames DEPARTMENT_SERIE
The DEPARTMEN t_ serie.


DIRECTIVE

public static final RiksdagenApi.DocumentTypeNames DIRECTIVE
The DIRECTIVE.


EU_COMMITTEE

public static final RiksdagenApi.DocumentTypeNames EU_COMMITTEE
The E u_ committee.


EU_COMMITTEE_ATTACHEMENT

public static final RiksdagenApi.DocumentTypeNames EU_COMMITTEE_ATTACHEMENT
The E u_ committe e_ attachement.


EU_COMMITTEE_NOTES

public static final RiksdagenApi.DocumentTypeNames EU_COMMITTEE_NOTES
The E u_ committe e_ notes.


EU_COMMITTEE_SUMMONS_AND_AGENDA

public static final RiksdagenApi.DocumentTypeNames EU_COMMITTEE_SUMMONS_AND_AGENDA
The E u_ committe e_ summon s_ an d_ agenda.


FACT_MEMORANDUM

public static final RiksdagenApi.DocumentTypeNames FACT_MEMORANDUM
The FAC t_ memorandum.


INTERPELLATION

public static final RiksdagenApi.DocumentTypeNames INTERPELLATION
The INTERPELLATION.


MINISTER_MEMORANDUM

public static final RiksdagenApi.DocumentTypeNames MINISTER_MEMORANDUM
The MINISTE r_ memorandum.


PARLIAMENT_COMMUNICATION

public static final RiksdagenApi.DocumentTypeNames PARLIAMENT_COMMUNICATION
The PARLIAMEN t_ communication.


PARLIAMENT_REPORT

public static final RiksdagenApi.DocumentTypeNames PARLIAMENT_REPORT
The PARLIAMEN t_ report.


Proposition

public static final RiksdagenApi.DocumentTypeNames Proposition
The Proposition.


PROTOCOL

public static final RiksdagenApi.DocumentTypeNames PROTOCOL
The PROTOCOL.


PUBLIC_INVESTIGATION

public static final RiksdagenApi.DocumentTypeNames PUBLIC_INVESTIGATION
The PUBLI c_ investigation.


QUESTION

public static final RiksdagenApi.DocumentTypeNames QUESTION
The QUESTION.


SPEAKER_LIST

public static final RiksdagenApi.DocumentTypeNames SPEAKER_LIST
The SPEAKE r_ list.


STATEMENT

public static final RiksdagenApi.DocumentTypeNames STATEMENT
The STATEMENT.

Method Detail

values

public static RiksdagenApi.DocumentTypeNames[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RiksdagenApi.DocumentTypeNames c : RiksdagenApi.DocumentTypeNames.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RiksdagenApi.DocumentTypeNames 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

getDescription

public String getDescription()
Gets the description.

Returns:
the description

getShortCode

public String getShortCode()
Gets the short code.

Returns:
the short code


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.