public enum RdsGeographischeRelevanz extends Enum<RdsGeographischeRelevanz> implements Zustand<Integer>
Enum Constant and Description |
---|
AUSLAND
Ausland, Wert 4.
|
LAND_UND_ANGRENZENDES_AUSLAND
Land und angrenzendes Ausland, Wert 8.
|
LOKAL
Lokal, Wert 0.
|
LOKAL_UND_ANGRENZENDES_AUSLAND
Lokal und angrenzendes Ausland, Wert 5.
|
NATIONAL
National, Wert 3.
|
REGIONAL
Regional, Wert 1.
|
REGIONAL_UND_ANGRENZENDES_AUSLAND
Regional und angrenzendes Ausland, Wert 6.
|
UEBERREGIONAL
Überregional, Wert 2.
|
UEBERREGIONAL_UND_ANGRENZENDES_AUSLAND
Überregional und angrenzendes Ausland, Wert 7.
|
Modifier and Type | Field and Description |
---|---|
private int |
code
der Code des Zustandes.
|
private String |
name
der Name des Zustandes.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCode()
liefert den Code des Zustandes.
|
String |
getName()
liefert den Namen des Zustandes.
|
static RdsGeographischeRelevanz |
getStatus(int gesuchterCode)
liefert die geograpische Relevanz mit dem übergebenen Code.
|
static RdsGeographischeRelevanz |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdsGeographischeRelevanz[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsGeographischeRelevanz LOKAL
public static final RdsGeographischeRelevanz REGIONAL
public static final RdsGeographischeRelevanz UEBERREGIONAL
public static final RdsGeographischeRelevanz NATIONAL
public static final RdsGeographischeRelevanz AUSLAND
public static final RdsGeographischeRelevanz LOKAL_UND_ANGRENZENDES_AUSLAND
public static final RdsGeographischeRelevanz REGIONAL_UND_ANGRENZENDES_AUSLAND
public static final RdsGeographischeRelevanz UEBERREGIONAL_UND_ANGRENZENDES_AUSLAND
public static final RdsGeographischeRelevanz LAND_UND_ANGRENZENDES_AUSLAND
private int code
private String name
public static RdsGeographischeRelevanz[] values()
for (RdsGeographischeRelevanz c : RdsGeographischeRelevanz.values()) System.out.println(c);
public static RdsGeographischeRelevanz 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 static RdsGeographischeRelevanz getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.public Integer getCode()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.