public class Strasse extends ConfigurationObjectWrapper
Modifier and Type | Field and Description |
---|---|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
__AtgStrasse |
private static WeakHashMap<String,Strasse> |
__Cache |
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__ConfigurationObjectType |
private long |
_Nummer |
private String |
_Typ |
private String |
_Zusatz |
private static Logger |
LOGGER |
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
Modifier | Constructor and Description |
---|---|
private |
Strasse(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) |
|
Strasse(String pid) |
Modifier and Type | Method and Description |
---|---|
static Strasse[] |
getAll()
gibt die DatenModellObjekte vom typ straße zurück
|
static Strasse |
getInstance(String pid)
gibt die Instance der Strasse mit der PID zurück.
|
long |
getNummer() |
String |
getTreeString()
gibt einen String zum Anzeigen in einem Tree zurück.
|
String |
getTyp() |
(package private) de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
getType()
Implementationen müssen den ConfigurationObjectType
zurückgeben, den die gewrappten ConfigurationObjecte haben.
|
String |
getZusatz() |
protected void |
initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
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 final Logger LOGGER
private static WeakHashMap<String,Strasse> __Cache
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType
private String _Typ
private long _Nummer
private String _Zusatz
private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgStrasse
public Strasse(String pid) throws DataModellObjectNotFoundException, DataModellMismatchException
private Strasse(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
DataModellMismatchException
public String getTyp()
public long getNummer()
public String getZusatz()
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
ConfigurationObjectWrapper
initData
in class ConfigurationObjectWrapper
confObj
- ConfigurationObjectDataModellMismatchException
- ungültiges Datenmodellpublic static Strasse getInstance(String pid) throws DataModellObjectNotFoundException, DataModellMismatchException
pid
- StringDataModellObjectNotFoundException
DataModellMismatchException
public static Strasse[] getAll() throws DataModellMismatchException
DataModellMismatchException
de.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
ConfigurationObjectWrapper
getType
in class ConfigurationObjectWrapper
public String getTreeString()
ConfigurationObjectWrapper
getTreeString
in class ConfigurationObjectWrapper
public String toString()
ConfigurationObjectWrapper
toString
in class ConfigurationObjectWrapper
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.