Enum JsonHealthInsuranceCardCountryType
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum JsonHealthInsuranceCardCountryType extends Enum<JsonHealthInsuranceCardCountryType>
The country types to be used in the acceptedCountries.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUSTRIA
The country named Austria.
BELGIUM
The country named Belgium.
BULGARIA
The country named Bulgaria.
CROATIA
The country named Croatia.
CYPRUS
The country named Cyprus.
CZECH_REPUBLIC
The country named Czech Republic.
DENMARK
The country named Denmark.
ESTONIA
The country named Estonia.
FINLAND
The country named Finland.
FRANCE
The country named France.
GERMANY
The country named Germany.
GREECE
The country named Greece.
HUNGARY
The country named Hungary.
IRELAND
The country named Ireland.
ITALY
The country named Italy.
LATVIA
The country named Latvia.
LITHUANIA
The country named Lithuania.
LUXEMBOURG
The country named Luxembourg.
MALTA
The country named Malta.
NETHERLANDS
The country named Netherlands.
POLAND
The country named Poland.
PORTUGAL
The country named Portugal.
ROMANIA
The country named Romania.
SLOVAKIA
The country named Slovakia.
SLOVENIA
The country named Slovenia.
SPAIN
The country named Spain.
SWEDEN
The country named Sweden.
SWITZERLAND
The country named Switzerland.
-
Method Summary
Modifier and Type Method Description final JsonHealthInsuranceCardCountryType
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<JsonHealthInsuranceCardCountryType>
values()
Returns an array containing the constants of this enum type, in the order they're declared. -
-
Method Detail
-
valueOf
final JsonHealthInsuranceCardCountryType 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<JsonHealthInsuranceCardCountryType> 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.
-
-
-
-