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 protectedFahrstreifenQuelleVirtuell(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)protectedFahrstreifenQuelleVirtuell(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.StringgetBerechnungsVorschrift()java.lang.StringgetTreeString()gibt einen String zum Anzeigen in einem Tree zurück.protected voidinitData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)java.lang.StringtoString()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:ConfigurationObjectWrappergibt einen String "ObjectType - ObjectName" zurück.- Overrides:
toStringin classConfigurationObjectWrapper- Returns:
- String
-
getTreeString
public java.lang.String getTreeString()
Description copied from class:ConfigurationObjectWrappergibt einen String zum Anzeigen in einem Tree zurück.- Specified by:
getTreeStringin classConfigurationObjectWrapper- Returns:
- Text zur Anzeige im Baum
-
-