public enum RdsGeographischeRelevanz extends java.lang.Enum<RdsGeographischeRelevanz> implements Zustand<java.lang.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 | Method and Description |
---|---|
java.lang.Integer |
getCode()
liefert den Code des Zustandes.
|
java.lang.String |
getName()
liefert den Namen des Zustandes.
|
static RdsGeographischeRelevanz |
getStatus(int gesuchterCode)
liefert die geograpische Relevanz mit dem übergebenen Code.
|
static RdsGeographischeRelevanz |
valueOf(java.lang.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
public static RdsGeographischeRelevanz[] values()
for (RdsGeographischeRelevanz c : RdsGeographischeRelevanz.values()) System.out.println(c);
public static RdsGeographischeRelevanz valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static RdsGeographischeRelevanz getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.public java.lang.Integer getCode()