Enum EuropeanHealthInsuranceCardIssuingCountry
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum EuropeanHealthInsuranceCardIssuingCountry extends Enum<EuropeanHealthInsuranceCardIssuingCountry>
European Health Insurance Card (EHIC) issuing country.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
EuropeanHealthInsuranceCardIssuingCountry.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description AUSTRIA
Austria (Validation on the personal identification number is performed as described in "site:www.sozialversicherung.at Was ist die Versicherungsnummer?").
BELGIUM
Belgium.
BULGARIA
Bulgaria.
CROATIA
Croatia.
CYPRUS
Cyprus.
CZECH_REPUBLIC
Czech Republic.
DENMARK
Denmark.
ESTONIA
Estonia.
FINLAND
Finland.
FRANCE
France.
GERMANY
Germany (Validation performed according to "Spezifikation für Musterkarten und Testkarten (eGK, HBA, SMC), Anhang A" and "GS1 Struktur der Kenn-Nummer (ICCSN) der elektronischen Gesundheitskarte").
GREECE
Greece.
HUNGARY
Hungary.
IRELAND
Ireland.
ITALY
Italy.
LATVIA
Latvia.
LITHUANIA
Lithuania.
LUXEMBOURG
Luxembourg.
MALTA
Malta.
NETHERLANDS
Netherlands.
POLAND
Poland.
PORTUGAL
Portugal.
ROMANIA
Romania.
SLOVAKIA
Slovakia.
SLOVENIA
Slovenia.
SPAIN
Spain.
SWEDEN
Sweden.
SWITZERLAND
Switzerland.
-
Method Summary
Modifier and Type Method Description final String
toJson()
final EuropeanHealthInsuranceCardIssuingCountry
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<EuropeanHealthInsuranceCardIssuingCountry>
values()
Returns an array containing the constants of this enum type, in the order they're declared. -
-
Method Detail
-
valueOf
final EuropeanHealthInsuranceCardIssuingCountry valueOf(String value)
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.)
-
values
final Array<EuropeanHealthInsuranceCardIssuingCountry> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-