Uses of Class
de.bsvrz.sys.startstopp.prozessvew.StartBedingung

Packages that use StartBedingung
de.bsvrz.sys.startstopp.prozessvew   
 

Uses of StartBedingung in de.bsvrz.sys.startstopp.prozessvew
 

Fields in de.bsvrz.sys.startstopp.prozessvew with type parameters of type StartBedingung
private  java.util.List<StartBedingung> ProzessDaten.m_startBedingung
          Liste der Startbedingungen
 

Methods in de.bsvrz.sys.startstopp.prozessvew that return types with arguments of type StartBedingung
 java.util.List<StartBedingung> ProzessDaten.getStartBedingung()
           
 

Method parameters in de.bsvrz.sys.startstopp.prozessvew with type arguments of type StartBedingung
 void ProzessDaten.setStartBedingung(java.util.List<StartBedingung> startBedingung)