Class FahrstreifenQuelleVirtuell
- java.lang.Object
-
- de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
-
- de.inovat.kex.bast.common.objectwrapper.FahrstreifenQuelleVirtuell
-
- All Implemented Interfaces:
FahrstreifenQuelle
public class FahrstreifenQuelleVirtuell extends ConfigurationObjectWrapper implements FahrstreifenQuelle
kapselt den DatenModellTyp verkehrsDatenQuelleVirtuell
-
-
Field Summary
-
Fields inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FahrstreifenQuelleVirtuell(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
protected
FahrstreifenQuelleVirtuell(java.lang.String pid)
-
Method Summary
Modifier and Type Method Description 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.protected void
initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
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
-
-
-
-
Constructor Detail
-
FahrstreifenQuelleVirtuell
protected FahrstreifenQuelleVirtuell(java.lang.String pid) 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)
-
getAll
public static FahrstreifenQuelleVirtuell[] getAll() throws DataModellMismatchException
gibt ein Array aller Objekte zurück, die vom Typ typ.verkehrsDatenQuelleVirtuell sind.- Returns:
- FahrstreifenQuelleASCII[]
- Throws:
DataModellMismatchException
- Exception.
-
toString
public java.lang.String toString()
Description copied from class:ConfigurationObjectWrapper
gibt einen String "ObjectType - ObjectName" zurück.- Overrides:
toString
in classConfigurationObjectWrapper
- 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 classConfigurationObjectWrapper
- Returns:
- Text zur Anzeige im Baum
-
-