Enum Landkoder.Predefinert
- java.lang.Object
-
- java.lang.Enum<Landkoder.Predefinert>
-
- no.difi.sdp.client2.domain.fysisk_post.Landkoder.Predefinert
-
- All Implemented Interfaces:
Serializable,Comparable<Landkoder.Predefinert>,Landkode
- Enclosing class:
- Landkoder
public static enum Landkoder.Predefinert extends Enum<Landkoder.Predefinert> implements Landkode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKode()static Landkoder.PredefinertvalueOf(String name)Returns the enum constant of this type with the specified name.static Landkoder.Predefinert[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SVALBARD_OG_JAN_MAYEN
public static final Landkoder.Predefinert SVALBARD_OG_JAN_MAYEN
-
SVERIGE
public static final Landkoder.Predefinert SVERIGE
-
DANMARK
public static final Landkoder.Predefinert DANMARK
-
FINLAND
public static final Landkoder.Predefinert FINLAND
-
STORBRITANNIA
public static final Landkoder.Predefinert STORBRITANNIA
-
IRLAND
public static final Landkoder.Predefinert IRLAND
-
USA
public static final Landkoder.Predefinert USA
-
TYSKLAND
public static final Landkoder.Predefinert TYSKLAND
-
OESTERIKE
public static final Landkoder.Predefinert OESTERIKE
-
SVEITS
public static final Landkoder.Predefinert SVEITS
-
LUXEMBOURG
public static final Landkoder.Predefinert LUXEMBOURG
-
FRANKRIKE
public static final Landkoder.Predefinert FRANKRIKE
-
NEDERLAND
public static final Landkoder.Predefinert NEDERLAND
-
SPANIA
public static final Landkoder.Predefinert SPANIA
-
ITALIA
public static final Landkoder.Predefinert ITALIA
-
HELLAS
public static final Landkoder.Predefinert HELLAS
-
TSJEKKIA
public static final Landkoder.Predefinert TSJEKKIA
-
SLOVAKIA
public static final Landkoder.Predefinert SLOVAKIA
-
UNGARN
public static final Landkoder.Predefinert UNGARN
-
KORATIA
public static final Landkoder.Predefinert KORATIA
-
ESTLAND
public static final Landkoder.Predefinert ESTLAND
-
LATVIA
public static final Landkoder.Predefinert LATVIA
-
LITAUEN
public static final Landkoder.Predefinert LITAUEN
-
POLEN
public static final Landkoder.Predefinert POLEN
-
-
Method Detail
-
values
public static Landkoder.Predefinert[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Landkoder.Predefinert c : Landkoder.Predefinert.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Landkoder.Predefinert valueOf(String name)
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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-