de.inovat.kex.bast.common.objectwrapper
Class FahrstreifenQuelleASCII

java.lang.Object
  extended by de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
      extended by de.inovat.kex.bast.common.objectwrapper.FahrstreifenQuelleASCII
All Implemented Interfaces:
FahrstreifenQuelle

public class FahrstreifenQuelleASCII
extends ConfigurationObjectWrapper
implements FahrstreifenQuelle

kapselt den DatenModellTyp verkehrsDatenQuelleASC

Version:
$Id: FahrstreifenQuelleASCII.java 442 2008-11-10 06:59:32Z Schawaller $
Author:
LOGOS GmbH Rostock (www.logos-ib.de), Ralf Trier

Field Summary
private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgVerkehrsDatenQuelleASC
           
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType
           
private  java.lang.String _DatenFormat
           
private  int _FahrStreifenIndex
           
private  java.lang.String _PID
           
private  java.lang.String _URL
           
private  java.lang.String _VKRaster
           
 
Fields inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
 
Constructor Summary
protected FahrstreifenQuelleASCII(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject)
           
protected FahrstreifenQuelleASCII(java.lang.String pid)
           
 
Method Summary
static FahrstreifenQuelleASCII[] getAll()
          gibt ein Array aller Objekte zurück, die vom Typ typ.verkehrsDatenQuelleASC sind.
 java.lang.String getDatenFormat()
           
 int getFahrStreifenIndex()
           
 java.lang.String getTreeString()
          gibt einen String zum Anzeigen in einem Tree zurück.
(package private)  de.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
          Implementationen müssen den ConfigurationObjectType zurückgeben, den die gewrappten ConfigurationObjecte haben.
 java.lang.String getURL()
           
 java.lang.String getVKRaster()
           
protected  void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject)
          Implemtationen sollen hier die konfigurierenden AttributGruppen und die zugehörigen Mengen lesen.
 java.lang.String toString()
          gibt einen String "ObjectType - ObjectName" zurück.
 
Methods inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
getConfigurationObject, getKommunikationPartner, getKommunikationPartner, getName, getPID, getToolTipText, sortByName, sortByPid, sortByTreeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__ConfigurationObjectType

private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType

__AtgVerkehrsDatenQuelleASC

private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgVerkehrsDatenQuelleASC

_PID

private java.lang.String _PID

_URL

private java.lang.String _URL

_DatenFormat

private java.lang.String _DatenFormat

_VKRaster

private java.lang.String _VKRaster

_FahrStreifenIndex

private int _FahrStreifenIndex
Constructor Detail

FahrstreifenQuelleASCII

protected FahrstreifenQuelleASCII(java.lang.String pid)
                           throws DataModellMismatchException,
                                  DataModellObjectNotFoundException
Throws:
DataModellMismatchException
DataModellObjectNotFoundException

FahrstreifenQuelleASCII

protected FahrstreifenQuelleASCII(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject)
                           throws DataModellMismatchException
Throws:
DataModellMismatchException
Method Detail

getURL

public java.lang.String getURL()

getFahrStreifenIndex

public int getFahrStreifenIndex()

getDatenFormat

public java.lang.String getDatenFormat()

getVKRaster

public java.lang.String getVKRaster()

initData

protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject)
Description copied from class: ConfigurationObjectWrapper
Implemtationen sollen hier die konfigurierenden AttributGruppen und die zugehörigen Mengen lesen.

Specified by:
initData in class ConfigurationObjectWrapper
Parameters:
confObject - ConfigurationObject

getAll

public static FahrstreifenQuelleASCII[] getAll()
                                        throws DataModellMismatchException
gibt ein Array aller Objekte zurück, die vom Typ typ.verkehrsDatenQuelleASC sind.

Returns:
FahrstreifenQuelleASCII[]
Throws:
DataModellMismatchException

toString

public java.lang.String toString()
Description copied from class: ConfigurationObjectWrapper
gibt einen String "ObjectType - ObjectName" zurück.

Overrides:
toString in class ConfigurationObjectWrapper
Returns:
String

getTreeString

public java.lang.String getTreeString()
Description copied from class: ConfigurationObjectWrapper
gibt einen String zum Anzeigen in einem Tree zurück.

Specified by:
getTreeString in class ConfigurationObjectWrapper
Returns:
Text zur Anzeige im Baum

getType

de.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
Description copied from class: ConfigurationObjectWrapper
Implementationen müssen den ConfigurationObjectType zurückgeben, den die gewrappten ConfigurationObjecte haben.

Specified by:
getType in class ConfigurationObjectWrapper
Returns:
ConfigurationObjectType der gewrappten ConfigurationObjecte.