Enum Class DocumentTypeNames
- All Implemented Interfaces:
Serializable,Comparable<DocumentTypeNames>,Constable
The Enum DocumentTypeNames.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe account and report.The agenda.The answer to question.The attachement.The bill.The committee document.The committee report.The committee story.The communication.The department serie.The directive.The eu committee.The eu committee attachement.The eu committee notes.The eu committee summons and agenda.The fact memorandum.The inspection report.The interpellation.The minister memorandum.The parliament communication.The parliament report.The proposition.The protocol.The public investigation.The question.The speaker list.The statement.The swedish code of statutes. -
Method Summary
Modifier and TypeMethodDescriptionGets the description.Gets the short code.static DocumentTypeNamesReturns the enum constant of this class with the specified name.static DocumentTypeNames[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCOUNT_AND_REPORT
The account and report. -
AGENDA
The agenda. -
ANSWER_TO_QUESTION
The answer to question. -
ATTACHEMENT
The attachement. -
BILL
The bill. -
COMMITTEE_DOCUMENT
The committee document. -
COMMITTEE_REPORT
The committee report. -
COMMITTEE_STORY
The committee story. -
COMMUNICATION
The communication. -
DEPARTMENT_SERIE
The department serie. -
DIRECTIVE
The directive. -
EU_COMMITTEE
The eu committee. -
EU_COMMITTEE_ATTACHEMENT
The eu committee attachement. -
EU_COMMITTEE_NOTES
The eu committee notes. -
EU_COMMITTEE_SUMMONS_AND_AGENDA
The eu committee summons and agenda. -
FACT_MEMORANDUM
The fact memorandum. -
INSPECTION_REPORT
The inspection report. -
INTERPELLATION
The interpellation. -
MINISTER_MEMORANDUM
The minister memorandum. -
PARLIAMENT_COMMUNICATION
The parliament communication. -
PARLIAMENT_REPORT
The parliament report. -
PROPOSITION
The proposition. -
PROTOCOL
The protocol. -
PUBLIC_INVESTIGATION
The public investigation. -
QUESTION
The question. -
SPEAKER_LIST
The speaker list. -
SWEDISH_CODE_OF_STATUTES
The swedish code of statutes. -
STATEMENT
The statement.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getDescription
Gets the description.- Returns:
- the description
-
getShortCode
Gets the short code.- Returns:
- the short code
-