public enum InspireEuLanguageISO6392B extends Enum<InspireEuLanguageISO6392B>
| Enum Constant and Description |
|---|
BUL |
CZE |
DAN |
DUT |
ENG |
EST |
FIN |
FRE |
GER |
GLE |
GRE |
HUN |
ITA |
LAV |
LIT |
MLT |
POL |
POR |
RUM |
SLO |
SLV |
SPA |
SWE |
| Modifier and Type | Method and Description |
|---|---|
static InspireEuLanguageISO6392B |
fromValue(InspireLanguageISO6392B v)
|
static InspireEuLanguageISO6392B |
fromValue(Locale v)
Get
InspireEuLanguageISO6392B for Locale |
static InspireEuLanguageISO6392B |
fromValue(String v)
Get
InspireEuLanguageISO6392B for string value |
String |
value()
Get the value, three character language string
|
static InspireEuLanguageISO6392B |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InspireEuLanguageISO6392B[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InspireEuLanguageISO6392B BUL
public static final InspireEuLanguageISO6392B CZE
public static final InspireEuLanguageISO6392B DAN
public static final InspireEuLanguageISO6392B DUT
public static final InspireEuLanguageISO6392B ENG
public static final InspireEuLanguageISO6392B EST
public static final InspireEuLanguageISO6392B FIN
public static final InspireEuLanguageISO6392B FRE
public static final InspireEuLanguageISO6392B GER
public static final InspireEuLanguageISO6392B GRE
public static final InspireEuLanguageISO6392B HUN
public static final InspireEuLanguageISO6392B GLE
public static final InspireEuLanguageISO6392B ITA
public static final InspireEuLanguageISO6392B LAV
public static final InspireEuLanguageISO6392B LIT
public static final InspireEuLanguageISO6392B MLT
public static final InspireEuLanguageISO6392B POL
public static final InspireEuLanguageISO6392B POR
public static final InspireEuLanguageISO6392B RUM
public static final InspireEuLanguageISO6392B SLO
public static final InspireEuLanguageISO6392B SLV
public static final InspireEuLanguageISO6392B SPA
public static final InspireEuLanguageISO6392B SWE
public static InspireEuLanguageISO6392B[] values()
for (InspireEuLanguageISO6392B c : InspireEuLanguageISO6392B.values()) System.out.println(c);
public static InspireEuLanguageISO6392B valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static InspireEuLanguageISO6392B fromValue(String v)
InspireEuLanguageISO6392B for string valuev - the string value to get InspireEuLanguageISO6392B forInspireEuLanguageISO6392B of string valueIllegalArgumentException - if the string value is invalidpublic static InspireEuLanguageISO6392B fromValue(InspireLanguageISO6392B v)
v - InspireLanguageISO6392B to get
InspireEuLanguageISO6392B forInspireEuLanguageISO6392B of
InspireLanguageISO6392BIllegalArgumentException - if the InspireLanguageISO6392B is invalidpublic static InspireEuLanguageISO6392B fromValue(Locale v)
InspireEuLanguageISO6392B for Localev - Locale to get InspireEuLanguageISO6392B forInspireEuLanguageISO6392B of LocaleIllegalArgumentException - if the Locale is invalidCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.