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

java.lang.Object
  extended by de.bsvrz.kex.bwsin.konfig.Location.LocationRichtung
Enclosing class:
Location

private class Location.LocationRichtung
extends Object

Klasse zur Repräsentation der Locationrichtung.

Version:
$Id: Location.java 10426 2008-07-10 12:09:28Z gieseler $
Author:
BitCtrl Systems GmbH, Gieseler

Field Summary
(package private)  String kennung
          Kennung für die Locationrichtung.
 
Constructor Summary
Location.LocationRichtung(String kennung)
          Konstruktor aus Richtungskennung.
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

kennung

String kennung
Kennung für die Locationrichtung.

Constructor Detail

Location.LocationRichtung

public Location.LocationRichtung(String kennung)
Konstruktor aus Richtungskennung.

Parameters:
kennung - Kennung für die Locationrichtung
Method Detail

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()