Enum Class DocumentType
java.lang.Object
java.lang.Enum<DocumentType>
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentType
- All Implemented Interfaces:
Serializable,Comparable<DocumentType>,Constable
The Enum DocumentType.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe bet.The bilaga.The dir.The ds.The eunbil.The eundok.The eunprot.The f lista.The fpm.The fr.The frs.The frsrdg.The ip.The kf lista.The komm.The MINRÅD.The mot.The plan.The prop.The prot.The rfr.The rir.The rskr.The sfs.The skr.The sou.The t lista.The utskottsdokument.The uttag.The xxutskottsdokument.The yttr. -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentTypeFrom value.value()Value.static DocumentTypeReturns the enum constant of this class with the specified name.static DocumentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BET
The bet. -
BILAGA
The bilaga. -
EUNBIL
The eunbil. -
DS
The ds. -
DIR
The dir. -
KF_LISTA
The kf lista. -
EUNPROT
The eunprot. -
EUNDOK
The eundok. -
FPM
The fpm. -
FRSRDG
The frsrdg. -
F_LISTA
The f lista. -
RIR
The rir. -
IP
The ip. -
KOMM
The komm. -
MINRÅD
The MINRÅD. -
MOT
The mot. -
PROP
The prop. -
PROT
The prot. -
RFR
The rfr. -
RSKR
The rskr. -
FR
The fr. -
SKR
The skr. -
SOU
The sou. -
FRS
The frs. -
SFS
The sfs. -
T_LISTA
The t lista. -
UTSKOTTSDOKUMENT
The utskottsdokument. -
YTTR
The yttr. -
PLAN
The plan. -
UTTAG
The uttag. -
XXUTSKOTTSDOKUMENT
The xxutskottsdokument.
-
-
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
-
value
Value.- Returns:
- the string
-
fromValue
From value.- Parameters:
v- the v- Returns:
- the document type
-