public static enum RDSStatus.RDS_StatusEN extends java.lang.Enum<RDSStatus.RDS_StatusEN>
Enum Constant and Description |
---|
Aufhebung
Aufhebung.
|
Erweiterung
Erweiterung.
|
Loeschung
Löschung.
|
Modifikation
Modifikation.
|
Unbekannt
unbekannter Status.
|
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.
|
java.lang.String |
getValue()
Gibt den textuellen Wert zurück.
|
static RDSStatus.RDS_StatusEN |
valueOf(java.lang.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
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(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 RDSStatus.RDS_StatusEN getInstance(int id) throws RDSException
id
- numerischer WertRDSException
- bei ungültigem Wertpublic int getId()
public java.lang.String getValue()