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 AUSTRIAThe country named Austria.
BELGIUMThe country named Belgium.
BULGARIAThe country named Bulgaria.
CROATIAThe country named Croatia.
CYPRUSThe country named Cyprus.
CZECH_REPUBLICThe country named Czech Republic.
DENMARKThe country named Denmark.
ESTONIAThe country named Estonia.
FINLANDThe country named Finland.
FRANCEThe country named France.
GERMANYThe country named Germany.
GREECEThe country named Greece.
HUNGARYThe country named Hungary.
IRELANDThe country named Ireland.
ITALYThe country named Italy.
LATVIAThe country named Latvia.
LITHUANIAThe country named Lithuania.
LUXEMBOURGThe country named Luxembourg.
MALTAThe country named Malta.
NETHERLANDSThe country named Netherlands.
POLANDThe country named Poland.
PORTUGALThe country named Portugal.
ROMANIAThe country named Romania.
SLOVAKIAThe country named Slovakia.
SLOVENIAThe country named Slovenia.
SPAINThe country named Spain.
SWEDENThe country named Sweden.
SWITZERLANDThe country named Switzerland.
-
Method Summary
Modifier and Type Method Description final JsonHealthInsuranceCardCountryTypevalueOf(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.
-
-
-
-