Uses of Class
de.bsvrz.kex.bwsin.konfig.Location.LocationRichtung

Packages that use Location.LocationRichtung
de.bsvrz.kex.bwsin.konfig   
 

Uses of Location.LocationRichtung in de.bsvrz.kex.bwsin.konfig
 

Fields in de.bsvrz.kex.bwsin.konfig declared as Location.LocationRichtung
static Location.LocationRichtung Location.LOCATION_RICHTUNG_NEGATIV
          Konstante für negative Locationrichtung.
static Location.LocationRichtung Location.LOCATION_RICHTUNG_POSITIV
          Konstante für positive Locationrichtung.
private  Location.LocationRichtung Location.locationRichtung
          Locationrichtung.
 

Methods in de.bsvrz.kex.bwsin.konfig that return Location.LocationRichtung
 Location.LocationRichtung Location.getLocationRichtung()
          Gibt die Richtung der Location zurück.
 

Methods in de.bsvrz.kex.bwsin.konfig with parameters of type Location.LocationRichtung
 void Location.setLocationRichtung(Location.LocationRichtung locationrichtung)
          Setzt die Richtung der Location.
 

Constructors in de.bsvrz.kex.bwsin.konfig with parameters of type Location.LocationRichtung
Location(String locationcode, Location.LocationRichtung locationrichtung)
          Konstruktor aus Locationcode und Richtung.