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

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

public class FahrstreifenQuelleVirtuell
extends ConfigurationObjectWrapper
implements FahrstreifenQuelle

kapselt den DatenModellTyp verkehrsDatenQuelleVirtuell

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

Field Summary
private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgVerkehrsDatenQuelleVirtuell
           
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType
           
private  java.lang.String _BerechnungsVorschrift
           
 
Fields inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
 
Constructor Summary
protected FahrstreifenQuelleVirtuell(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
           
protected FahrstreifenQuelleVirtuell(java.lang.String pid)
           
 
Method Summary
static FahrstreifenQuelleVirtuell[] getAll()
          gibt ein Array aller Objekte zurück, die vom Typ typ.verkehrsDatenQuelleVirtuell sind.
 java.lang.String getBerechnungsVorschrift()
           
 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.
protected  void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
          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

__AtgVerkehrsDatenQuelleVirtuell

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

_BerechnungsVorschrift

private java.lang.String _BerechnungsVorschrift
Constructor Detail

FahrstreifenQuelleVirtuell

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

FahrstreifenQuelleVirtuell

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

getBerechnungsVorschrift

public java.lang.String getBerechnungsVorschrift()

initData

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

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

getAll

public static FahrstreifenQuelleVirtuell[] getAll()
                                           throws DataModellMismatchException
gibt ein Array aller Objekte zurück, die vom Typ typ.verkehrsDatenQuelleVirtuell 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.