public enum UmfelddatenModellTypen extends java.lang.Enum<UmfelddatenModellTypen> implements SystemObjektTyp
| Enum Constant and Description |
|---|
UDS_HELLIGKEIT
Umfelddatensensor für die Helligkeit.
|
UDS_NIEDERSCHLAGSINTENSITAET
Umfelddatensensor für die Niederschlag.
|
UDS_SICHTWEITE
Umfelddatensensor für die Sichtweite.
|
UDS_WINDGESCHWINDIGKEIT
Umfelddatensensor für die Windgeschwindigkeit.
|
UDS_WINDRICHTUNG
Umfelddatensensor für die Windrichtung.
|
UMFELDDATENMESSSTELLE
Umfelddatenmessstelle.
|
UMFELDDATENSENSOR
Umfelddatensensor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends SystemObjekt> |
getKlasse()
Gibt die Klasse des Objekts zu dem Typ zurück.
|
java.lang.String |
getPid()
Gibt die PID des Typs zurück.
|
static UmfelddatenModellTypen |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmfelddatenModellTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmfelddatenModellTypen UMFELDDATENSENSOR
public static final UmfelddatenModellTypen UDS_HELLIGKEIT
public static final UmfelddatenModellTypen UDS_NIEDERSCHLAGSINTENSITAET
public static final UmfelddatenModellTypen UDS_SICHTWEITE
public static final UmfelddatenModellTypen UDS_WINDGESCHWINDIGKEIT
public static final UmfelddatenModellTypen UDS_WINDRICHTUNG
public static final UmfelddatenModellTypen UMFELDDATENMESSSTELLE
public static UmfelddatenModellTypen[] values()
for (UmfelddatenModellTypen c : UmfelddatenModellTypen.values()) System.out.println(c);
public static UmfelddatenModellTypen 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 java.lang.Class<? extends SystemObjekt> getKlasse()
SystemObjektTypgetKlasse in interface SystemObjektTyppublic java.lang.String getPid()
SystemObjektTypgetPid in interface SystemObjektTyp