Uses of Class
de.bsvrz.buv.plugin.engstvw.Engstelle.EnumStatusBaustelle

Packages that use Engstelle.EnumStatusBaustelle
de.bsvrz.buv.plugin.engstvw   
 

Uses of Engstelle.EnumStatusBaustelle in de.bsvrz.buv.plugin.engstvw
 

Methods in de.bsvrz.buv.plugin.engstvw that return Engstelle.EnumStatusBaustelle
 Engstelle.EnumStatusBaustelle Engstelle.getGewaehlterStatusBaustelle()
          Liefert den Status der Baustelle (Engstelle._gewaehlterStatusBaustelle), wenn die Engstelle (Engstelle._gewaehlterEngstellenTyp) vom Typ Baustelle ist, sonst wird null geliefert.
static Engstelle.EnumStatusBaustelle Engstelle.EnumStatusBaustelle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Engstelle.EnumStatusBaustelle[] Engstelle.EnumStatusBaustelle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.bsvrz.buv.plugin.engstvw with parameters of type Engstelle.EnumStatusBaustelle
 void Engstelle.setGewaehlterStatusBaustelle(Engstelle.EnumStatusBaustelle statusBaustelle)
          Setzt den Status der Baustelle (Engstelle._gewaehlterStatusBaustelle), wenn die Engstelle (Engstelle._gewaehlterEngstellenTyp) vom Typ Baustelle ist.