com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Enum DocumentType

java.lang.Object
  extended by java.lang.Enum<DocumentType>
      extended by com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentType
All Implemented Interfaces:
Serializable, Comparable<DocumentType>

public enum DocumentType
extends Enum<DocumentType>

Java class for DocumentType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="DocumentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="bet"/>
     <enumeration value="bilaga"/>
     <enumeration value="eunbil"/>
     <enumeration value="ds"/>
     <enumeration value="dir"/>
     <enumeration value="kf-lista"/>
     <enumeration value="eunprot"/>
     <enumeration value="eundok"/>
     <enumeration value="fpm"/>
     <enumeration value="frsrdg"/>
     <enumeration value="f-lista"/>
     <enumeration value="ip"/>
     <enumeration value="komm"/>
     <enumeration value="minråd"/>
     <enumeration value="mot"/>
     <enumeration value="prop"/>
     <enumeration value="prot"/>
     <enumeration value="rfr"/>
     <enumeration value="rskr"/>
     <enumeration value="fr"/>
     <enumeration value="skr"/>
     <enumeration value="sou"/>
     <enumeration value="frs"/>
     <enumeration value="t-lista"/>
     <enumeration value="utskottsdokument"/>
     <enumeration value="yttr"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
BET
           
BILAGA
           
DIR
           
DS
           
EUNBIL
           
EUNDOK
           
EUNPROT
           
F_LISTA
           
FPM
           
FR
           
FRS
           
FRSRDG
           
IP
           
KF_LISTA
           
KOMM
           
MINRÅD
           
MOT
           
PROP
           
PROT
           
RFR
           
RSKR
           
SKR
           
SOU
           
T_LISTA
           
UTSKOTTSDOKUMENT
           
YTTR
           
 
Method Summary
static DocumentType fromValue(String v)
           
 String value()
           
static DocumentType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentType[] 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

BET

public static final DocumentType BET

BILAGA

public static final DocumentType BILAGA

EUNBIL

public static final DocumentType EUNBIL

DS

public static final DocumentType DS

DIR

public static final DocumentType DIR

KF_LISTA

public static final DocumentType KF_LISTA

EUNPROT

public static final DocumentType EUNPROT

EUNDOK

public static final DocumentType EUNDOK

FPM

public static final DocumentType FPM

FRSRDG

public static final DocumentType FRSRDG

F_LISTA

public static final DocumentType F_LISTA

IP

public static final DocumentType IP

KOMM

public static final DocumentType KOMM

MINRÅD

public static final DocumentType MINRÅD

MOT

public static final DocumentType MOT

PROP

public static final DocumentType PROP

PROT

public static final DocumentType PROT

RFR

public static final DocumentType RFR

RSKR

public static final DocumentType RSKR

FR

public static final DocumentType FR

SKR

public static final DocumentType SKR

SOU

public static final DocumentType SOU

FRS

public static final DocumentType FRS

T_LISTA

public static final DocumentType T_LISTA

UTSKOTTSDOKUMENT

public static final DocumentType UTSKOTTSDOKUMENT

YTTR

public static final DocumentType YTTR
Method Detail

values

public static DocumentType[] 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 (DocumentType c : DocumentType.values())
    System.out.println(c);

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

valueOf

public static DocumentType 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

value

public String value()

fromValue

public static DocumentType fromValue(String v)


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