public enum UmfelddatenModellTypen extends 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 | Field and Description |
---|---|
private Class<? extends SystemObjekt> |
klasse
Klasse des Systemobjekts im Modell.
|
private String |
pid
PID des Objekttyps im Datenverteiler.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SystemObjekt> |
getKlasse()
Gibt die Klasse des Objekts zu dem Typ zurück.
|
String |
getPid()
Gibt die PID des Typs zurück.
|
static UmfelddatenModellTypen |
valueOf(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
private final String pid
private final Class<? extends SystemObjekt> klasse
public static UmfelddatenModellTypen[] values()
for (UmfelddatenModellTypen c : UmfelddatenModellTypen.values()) System.out.println(c);
public static UmfelddatenModellTypen 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 Class<? extends SystemObjekt> getKlasse()
SystemObjektTyp
getKlasse
in interface SystemObjektTyp
public String getPid()
SystemObjektTyp
getPid
in interface SystemObjektTyp
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.