com.hack23.cia.model.external.riksdagen.person.impl
Enum OrgCode

Package class diagram package OrgCode
java.lang.Object
  extended by java.lang.Enum<OrgCode>
      extended by com.hack23.cia.model.external.riksdagen.person.impl.OrgCode
All Implemented Interfaces:
Serializable, Comparable<OrgCode>

public enum OrgCode
extends Enum<OrgCode>

Java class for OrgCode.

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

 <simpleType name="OrgCode">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="AU"/>
     <enumeration value="CU"/>
     <enumeration value="FiU"/>
     <enumeration value="FöU"/>
     <enumeration value="JuU"/>
     <enumeration value="KU"/>
     <enumeration value="KrU"/>
     <enumeration value="MJU"/>
     <enumeration value="NU"/>
     <enumeration value="SkU"/>
     <enumeration value="SfU"/>
     <enumeration value="SoU"/>
     <enumeration value="TU"/>
     <enumeration value="UbU"/>
     <enumeration value="UU"/>
     <enumeration value="JuSoU"/>
     <enumeration value="KUU"/>
     <enumeration value="UFöU"/>
     <enumeration value="UMJU"/>
     <enumeration value="USoU"/>
     <enumeration value="JoU"/>
     <enumeration value="BoU"/>
     <enumeration value="LU"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
AU
           
BO_U
           
CU
           
FI_U
           
FÖ_U
           
JO_U
           
JU_SO_U
           
JU_U
           
KR_U
           
KU
           
KUU
           
LU
           
MJU
           
NU
           
SF_U
           
SK_U
           
SO_U
           
TU
           
U_FÖ_U
           
U_SO_U
           
UB_U
           
UMJU
           
UU
           
 
Method Summary
static OrgCode fromValue(String v)
           
 String value()
           
static OrgCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrgCode[] 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

AU

public static final OrgCode AU

CU

public static final OrgCode CU

FI_U

public static final OrgCode FI_U

FÖ_U

public static final OrgCode FÖ_U

JU_U

public static final OrgCode JU_U

KU

public static final OrgCode KU

KR_U

public static final OrgCode KR_U

MJU

public static final OrgCode MJU

NU

public static final OrgCode NU

SK_U

public static final OrgCode SK_U

SF_U

public static final OrgCode SF_U

SO_U

public static final OrgCode SO_U

TU

public static final OrgCode TU

UB_U

public static final OrgCode UB_U

UU

public static final OrgCode UU

JU_SO_U

public static final OrgCode JU_SO_U

KUU

public static final OrgCode KUU

U_FÖ_U

public static final OrgCode U_FÖ_U

UMJU

public static final OrgCode UMJU

U_SO_U

public static final OrgCode U_SO_U

JO_U

public static final OrgCode JO_U

BO_U

public static final OrgCode BO_U

LU

public static final OrgCode LU
Method Detail

values

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

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

valueOf

public static OrgCode 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 OrgCode fromValue(String v)


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