public static enum RDSStatus.RDS_StatusEN extends Enum<RDSStatus.RDS_StatusEN>
Enum Constant and Description |
---|
Aufhebung
Aufhebung.
|
Erweiterung
Erweiterung.
|
Loeschung
Löschung.
|
Modifikation
Modifikation.
|
Unbekannt
unbekannter Status.
|
Modifier and Type | Field and Description |
---|---|
private int |
id
numerischer Wert.
|
private String |
value
textueller Wert.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static RDSStatus.RDS_StatusEN |
getInstance(int id)
Gibt eine passende Status-Instanz zurück.
|
String |
getValue()
Gibt den textuellen Wert zurück.
|
static RDSStatus.RDS_StatusEN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSStatus.RDS_StatusEN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSStatus.RDS_StatusEN Unbekannt
public static final RDSStatus.RDS_StatusEN Modifikation
public static final RDSStatus.RDS_StatusEN Aufhebung
public static final RDSStatus.RDS_StatusEN Loeschung
public static final RDSStatus.RDS_StatusEN Erweiterung
private final String value
private int id
public static RDSStatus.RDS_StatusEN[] values()
for (RDSStatus.RDS_StatusEN c : RDSStatus.RDS_StatusEN.values()) System.out.println(c);
public static RDSStatus.RDS_StatusEN 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 RDSStatus.RDS_StatusEN getInstance(int id) throws RDSException
id
- numerischer WertRDSException
- bei ungültigem Wertpublic int getId()
public String getValue()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.