public enum ISO6392B extends Enum<ISO6392B>
| Enum Constant and Description |
|---|
ALB |
ARM |
BAS |
BUR |
CHI |
CRO |
CZE |
DUT |
FRE |
GEO |
GER |
GRE |
ICE |
MAC |
MAL |
MAO |
PER |
SER |
SLO |
TIB |
WEL |
| Modifier and Type | Method and Description |
|---|---|
static ISO6392B |
fromValue(ISO6392B v) |
static ISO6392B |
fromValue(Locale v) |
static ISO6392B |
fromValue(String v) |
String |
getIso() |
String |
getIsoBib() |
static ISO6392B |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISO6392B[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISO6392B ALB
public static final ISO6392B ARM
public static final ISO6392B BAS
public static final ISO6392B BUR
public static final ISO6392B CHI
public static final ISO6392B CRO
public static final ISO6392B CZE
public static final ISO6392B DUT
public static final ISO6392B FRE
public static final ISO6392B GEO
public static final ISO6392B GER
public static final ISO6392B GRE
public static final ISO6392B ICE
public static final ISO6392B MAC
public static final ISO6392B MAL
public static final ISO6392B MAO
public static final ISO6392B PER
public static final ISO6392B SER
public static final ISO6392B SLO
public static final ISO6392B TIB
public static final ISO6392B WEL
public static ISO6392B[] values()
for (ISO6392B c : ISO6392B.values()) System.out.println(c);
public static ISO6392B 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 getIso()
public String getIsoBib()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.