Uses of Class
de.bsvrz.sys.testsys.modulApplUeb.ApplUebDaten.ApplDaten

Packages that use ApplUebDaten.ApplDaten
de.bsvrz.sys.testsys.modulApplUeb   
 

Uses of ApplUebDaten.ApplDaten in de.bsvrz.sys.testsys.modulApplUeb
 

Methods in de.bsvrz.sys.testsys.modulApplUeb that return ApplUebDaten.ApplDaten
 ApplUebDaten.ApplDaten ApplUebDaten.get_applDatenInstanz()
          Liefert Behälter Aufnahme der angemeldete Appliaktionen
 

Methods in de.bsvrz.sys.testsys.modulApplUeb that return types with arguments of type ApplUebDaten.ApplDaten
 java.util.Map<java.lang.String,ApplUebDaten.ApplDaten> ApplUebDaten.get_applDatenListe()
          Liefert Liste der aktuellen Applikationsdaten Key = ProzessInfo (==Inkarnation)
 

Constructor parameters in de.bsvrz.sys.testsys.modulApplUeb with type arguments of type ApplUebDaten.ApplDaten
ApplUebPruefen(IMeldungFehler meldungFehler, java.util.Map<java.lang.String,ApplUebDaten.StartStoppDaten> ssListe, java.util.Map<java.lang.String,ApplUebDaten.ApplDaten> appListe, java.util.HashMap<java.lang.String,RechnerDaten> davRechnerMap)