Uses of Class
de.bsvrz.sys.usv.enums.ZustandPhase

Packages that use ZustandPhase
de.bsvrz.sys.usv.enums   
de.bsvrz.sys.usv.gui.swing   
de.bsvrz.sys.usv.junit   
de.bsvrz.sys.usv.usv   
de.bsvrz.sys.usv.wrapper   
 

Uses of ZustandPhase in de.bsvrz.sys.usv.enums
 

Methods in de.bsvrz.sys.usv.enums that return ZustandPhase
static ZustandPhase ZustandPhase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZustandPhase[] ZustandPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ZustandPhase in de.bsvrz.sys.usv.gui.swing
 

Fields in de.bsvrz.sys.usv.gui.swing declared as ZustandPhase
private  ZustandPhase SimuGUIJFrame.m_ZustandPhase1
           
private  ZustandPhase SimuGUIJFrame.m_ZustandPhase2
           
private  ZustandPhase SimuGUIJFrame.m_ZustandPhase3
           
 

Methods in de.bsvrz.sys.usv.gui.swing that return ZustandPhase
 ZustandPhase SimuGUIJFrame.getZustandPhase1()
          Methode zum Aulesen der Membervariablen
 ZustandPhase SimuGUIJFrame.getZustandPhase2()
          Methode zum Aulesen der Membervariablen
 ZustandPhase SimuGUIJFrame.getZustandPhase3()
          Methode zum Aulesen der Membervariablen
 

Uses of ZustandPhase in de.bsvrz.sys.usv.junit
 

Fields in de.bsvrz.sys.usv.junit declared as ZustandPhase
private  ZustandPhase SimuUSVTest.m_ZustandPhase1
           
private  ZustandPhase SimuUSVTest.m_ZustandPhase2
           
private  ZustandPhase SimuUSVTest.m_ZustandPhase3
           
 

Methods in de.bsvrz.sys.usv.junit that return ZustandPhase
 ZustandPhase SimuUSVTest.getZustandPhase1()
          Methode zum Aulesen der Membervariablen
 ZustandPhase SimuUSVTest.getZustandPhase2()
          Methode zum Aulesen der Membervariablen
 ZustandPhase SimuUSVTest.getZustandPhase3()
          Methode zum Aulesen der Membervariablen
 

Uses of ZustandPhase in de.bsvrz.sys.usv.usv
 

Methods in de.bsvrz.sys.usv.usv that return ZustandPhase
 ZustandPhase DefaultUSV.getZustandPhase1()
           
 ZustandPhase DefaultUSV.getZustandPhase2()
           
 ZustandPhase DefaultUSV.getZustandPhase3()
           
 

Uses of ZustandPhase in de.bsvrz.sys.usv.wrapper
 

Fields in de.bsvrz.sys.usv.wrapper declared as ZustandPhase
private  ZustandPhase SenderThread.m_oldZustandPhase1
           
private  ZustandPhase SenderThread.m_oldZustandPhase2
           
private  ZustandPhase SenderThread.m_oldZustandPhase3
           
private  ZustandPhase SenderThread.m_zustandPhase1
           
private  ZustandPhase SenderThread.m_zustandPhase2
           
private  ZustandPhase SenderThread.m_zustandPhase3
           
 

Methods in de.bsvrz.sys.usv.wrapper that return ZustandPhase
 ZustandPhase USVAllgemein.getZustandPhase1()
          Liefert den aktuellen Zustand der Phase 1
 ZustandPhase USVAllgemein.getZustandPhase2()
          Liefert den aktuellen Zustand der Phase 2
 ZustandPhase USVAllgemein.getZustandPhase3()
          Liefert den aktuellen Zustand der Phase 3