de.bsvrz.sys.usv.wrapper
Class UsvKonstanten

java.lang.Object
  extended by de.bsvrz.sys.usv.wrapper.UsvKonstanten

public class UsvKonstanten
extends Object

Ein paar nützliche Konstanten, die wir in Zusammenhang mit einer USV immer mal wieder gebrauchen können.

Version:
$Id$
Author:
BitCtrl Systems GmbH, Christian Hösel

Field Summary
static String asp_zustand
          Stringkonstante für den Aspekt "asp.zustand".
static String atg_usvZustand
          Stringkonstante für die Attributgruppe "atg.usvZustand"
static String atg_usvZustandKritisch
          Stringkonstante für die Attributgruppe "atg.usvZustandKritisch".
static String batterieBetriebsdauer
          Stringkonstante für das Attribut "BatterieBetriebsdauer" der Attributgruppe atg_usvZustand
static String batterieRestlaufzeit
          Stringkonstante für das Attribut "BatterieRestlaufzeit" der Attributgruppe atg_usvZustand
static String batterieSpannung
          Stringkonstante für das Attribut "BatterieSpannung" der Attributgruppe atg_usvZustand
static String batterieTemperatur
          Stringkonstante für das Attribut "BatterieTemperatur" der Attributgruppe atg_usvZustand
static String batterieZustand
          Stringkonstante für das Attribut "BatterieZustand" der Attributgruppe atg_usvZustand
static String eingangsFrequenzZustand
          Stringkonstante für das Attribut "EingangsFrequenzZustand" der Attributgruppe atg_usvZustand
static String kommunikationsZustand
          Stringkonstante für das Attribut "KommunikationsZustand" der Attributgruppe atg_usvZustand
static String kritischerZustand
          Stringkonstante für das Attribut "KritischerZustand" der Attributgruppe atg_usvZustandKritisch
static String nicht_ermittelbar
          Stringkonstante für den Zustand "nicht ermittelbar".
static String usvZustand
          Stringkonstante für das Attribut "UsvZustand" der Attributgruppe atg_usvZustand
static String wechselSpannung
          Stringkonstante für das Attribut "WechselSpannung" der Attributgruppe atg_usvZustand
static String zustandNotStrom
          Stringkonstante für das Attribut "ZustandNotStrom" der Attributgruppe atg_usvZustand
static String zustandPhase1
          Stringkonstante für das Attribut "ZustandPhase1" der Attributgruppe atg_usvZustand
static String zustandPhase2
          Stringkonstante für das Attribut "ZustandPhase2" der Attributgruppe atg_usvZustand
static String zustandPhase3
          Stringkonstante für das Attribut "BatterieZustand" der Attributgruppe atg_usvZustand
 
Constructor Summary
UsvKonstanten()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usvZustand

public static final String usvZustand
Stringkonstante für das Attribut "UsvZustand" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

batterieZustand

public static final String batterieZustand
Stringkonstante für das Attribut "BatterieZustand" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

kommunikationsZustand

public static final String kommunikationsZustand
Stringkonstante für das Attribut "KommunikationsZustand" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

eingangsFrequenzZustand

public static final String eingangsFrequenzZustand
Stringkonstante für das Attribut "EingangsFrequenzZustand" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

wechselSpannung

public static final String wechselSpannung
Stringkonstante für das Attribut "WechselSpannung" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

zustandPhase1

public static final String zustandPhase1
Stringkonstante für das Attribut "ZustandPhase1" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

zustandPhase2

public static final String zustandPhase2
Stringkonstante für das Attribut "ZustandPhase2" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

zustandPhase3

public static final String zustandPhase3
Stringkonstante für das Attribut "BatterieZustand" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

zustandNotStrom

public static final String zustandNotStrom
Stringkonstante für das Attribut "ZustandNotStrom" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

kritischerZustand

public static final String kritischerZustand
Stringkonstante für das Attribut "KritischerZustand" der Attributgruppe atg_usvZustandKritisch

See Also:
Constant Field Values

batterieSpannung

public static final String batterieSpannung
Stringkonstante für das Attribut "BatterieSpannung" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

batterieTemperatur

public static final String batterieTemperatur
Stringkonstante für das Attribut "BatterieTemperatur" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

batterieRestlaufzeit

public static final String batterieRestlaufzeit
Stringkonstante für das Attribut "BatterieRestlaufzeit" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

batterieBetriebsdauer

public static final String batterieBetriebsdauer
Stringkonstante für das Attribut "BatterieBetriebsdauer" der Attributgruppe atg_usvZustand

See Also:
Constant Field Values

atg_usvZustand

public static final String atg_usvZustand
Stringkonstante für die Attributgruppe "atg.usvZustand"

See Also:
Constant Field Values

asp_zustand

public static final String asp_zustand
Stringkonstante für den Aspekt "asp.zustand".

See Also:
Constant Field Values

atg_usvZustandKritisch

public static final String atg_usvZustandKritisch
Stringkonstante für die Attributgruppe "atg.usvZustandKritisch".

See Also:
Constant Field Values

nicht_ermittelbar

public static final String nicht_ermittelbar
Stringkonstante für den Zustand "nicht ermittelbar".

See Also:
Constant Field Values
Constructor Detail

UsvKonstanten

public UsvKonstanten()