public enum MSCountryCodeType extends Enum<MSCountryCodeType>
Java class for MSCountryCode_Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MSCountryCode_Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AT"/>
<enumeration value="BE"/>
<enumeration value="BG"/>
<enumeration value="CY"/>
<enumeration value="CZ"/>
<enumeration value="DK"/>
<enumeration value="EE"/>
<enumeration value="FI"/>
<enumeration value="FR"/>
<enumeration value="DE"/>
<enumeration value="GR"/>
<enumeration value="HU"/>
<enumeration value="HR"/>
<enumeration value="IE"/>
<enumeration value="IT"/>
<enumeration value="LV"/>
<enumeration value="LT"/>
<enumeration value="LU"/>
<enumeration value="MT"/>
<enumeration value="NL"/>
<enumeration value="PL"/>
<enumeration value="PT"/>
<enumeration value="RO"/>
<enumeration value="SK"/>
<enumeration value="SI"/>
<enumeration value="ES"/>
<enumeration value="SE"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
AT |
|
BE |
|
BG |
|
CY |
|
CZ |
|
DE |
|
DK |
|
EE |
|
ES |
|
FI |
|
FR |
|
GR |
|
HR |
|
HU |
|
IE |
|
IT |
|
LT |
|
LU |
|
LV |
|
MT |
|
NL |
|
PL |
|
PT |
|
RO |
|
SE |
|
SI |
|
SK |
| Modifier and Type | Method | Description |
|---|---|---|
static MSCountryCodeType |
fromValue(String v) |
|
String |
value() |
|
static MSCountryCodeType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MSCountryCodeType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSCountryCodeType AT
public static final MSCountryCodeType BE
public static final MSCountryCodeType BG
public static final MSCountryCodeType CY
public static final MSCountryCodeType CZ
public static final MSCountryCodeType DK
public static final MSCountryCodeType EE
public static final MSCountryCodeType FI
public static final MSCountryCodeType FR
public static final MSCountryCodeType DE
public static final MSCountryCodeType GR
public static final MSCountryCodeType HU
public static final MSCountryCodeType HR
public static final MSCountryCodeType IE
public static final MSCountryCodeType IT
public static final MSCountryCodeType LV
public static final MSCountryCodeType LT
public static final MSCountryCodeType LU
public static final MSCountryCodeType MT
public static final MSCountryCodeType NL
public static final MSCountryCodeType PL
public static final MSCountryCodeType PT
public static final MSCountryCodeType RO
public static final MSCountryCodeType SK
public static final MSCountryCodeType SI
public static final MSCountryCodeType ES
public static final MSCountryCodeType SE
public static MSCountryCodeType[] values()
for (MSCountryCodeType c : MSCountryCodeType.values()) System.out.println(c);
public static MSCountryCodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static MSCountryCodeType fromValue(String v)
Copyright © 2025. All rights reserved.