public class FahrstreifenQuelleASCII extends ConfigurationObjectWrapper implements FahrstreifenQuelle
Modifier and Type | Field and Description |
---|---|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
__AtgVerkehrsDatenQuelleASC |
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__ConfigurationObjectType |
private String |
_DatenFormat |
private int |
_FahrStreifenIndex |
private String |
_PID |
private String |
_URL |
private String |
_VKRaster |
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
Modifier | Constructor and Description |
---|---|
protected |
FahrstreifenQuelleASCII(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject) |
protected |
FahrstreifenQuelleASCII(String pid) |
Modifier and Type | Method and Description |
---|---|
static FahrstreifenQuelleASCII[] |
getAll()
gibt ein Array aller Objekte zurück, die vom Typ
typ.verkehrsDatenQuelleASC sind.
|
String |
getDatenFormat() |
int |
getFahrStreifenIndex() |
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.
|
String |
getURL() |
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.
|
String |
toString()
gibt einen String "ObjectType - ObjectName" zurück.
|
getConfigurationObject, getKommunikationPartner, getKommunikationPartner, getName, getPID, getToolTipText
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType
private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgVerkehrsDatenQuelleASC
private String _PID
private String _URL
private String _DatenFormat
private String _VKRaster
private int _FahrStreifenIndex
protected FahrstreifenQuelleASCII(String pid) throws DataModellMismatchException, DataModellObjectNotFoundException
protected FahrstreifenQuelleASCII(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject) throws DataModellMismatchException
DataModellMismatchException
public String getURL()
public int getFahrStreifenIndex()
public String getDatenFormat()
public String getVKRaster()
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObject)
ConfigurationObjectWrapper
initData
in class ConfigurationObjectWrapper
confObject
- ConfigurationObjectpublic static FahrstreifenQuelleASCII[] getAll() throws DataModellMismatchException
DataModellMismatchException
- ungültiges Datenmodellpublic String toString()
ConfigurationObjectWrapper
toString
in class ConfigurationObjectWrapper
public String getTreeString()
ConfigurationObjectWrapper
getTreeString
in class ConfigurationObjectWrapper
de.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
ConfigurationObjectWrapper
getType
in class ConfigurationObjectWrapper
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.