Package org.n52.janmayen.i18n
Enum ISO6392B
- java.lang.Object
-
- java.lang.Enum<ISO6392B>
-
- org.n52.janmayen.i18n.ISO6392B
-
- All Implemented Interfaces:
Serializable,Comparable<ISO6392B>
public enum ISO6392B extends Enum<ISO6392B>
Enum for ISO 639 bibliographic codes.- Since:
- 5.3.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ISO6392BfromValue(String v)static ISO6392BfromValue(Locale v)static ISO6392BfromValue(ISO6392B v)StringgetIso()StringgetIsoBib()static ISO6392BvalueOf(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.
-
-
-
Enum Constant Detail
-
ALB
public static final ISO6392B ALB
-
ARM
public static final ISO6392B ARM
-
BAS
public static final ISO6392B BAS
-
BUR
public static final ISO6392B BUR
-
CHI
public static final ISO6392B CHI
-
CRO
public static final ISO6392B CRO
-
CZE
public static final ISO6392B CZE
-
DUT
public static final ISO6392B DUT
-
FRE
public static final ISO6392B FRE
-
GEO
public static final ISO6392B GEO
-
GER
public static final ISO6392B GER
-
GRE
public static final ISO6392B GRE
-
ICE
public static final ISO6392B ICE
-
MAC
public static final ISO6392B MAC
-
MAL
public static final ISO6392B MAL
-
MAO
public static final ISO6392B MAO
-
PER
public static final ISO6392B PER
-
SER
public static final ISO6392B SER
-
SLO
public static final ISO6392B SLO
-
TIB
public static final ISO6392B TIB
-
WEL
public static final ISO6392B WEL
-
-
Method Detail
-
values
public static ISO6392B[] 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 (ISO6392B c : ISO6392B.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ISO6392B 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
-
getIso
public String getIso()
-
getIsoBib
public String getIsoBib()
-
-