Enum JsonHealthInsuranceCardCountryType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.)