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, getToolTipTextprivate 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
DataModellMismatchExceptionpublic String getTyp()
public long getNummer()
public String getZusatz()
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
ConfigurationObjectWrapperinitData in class ConfigurationObjectWrapperconfObj - ConfigurationObjectDataModellMismatchException - ungültiges Datenmodellpublic static Strasse getInstance(String pid) throws DataModellObjectNotFoundException, DataModellMismatchException
pid - StringDataModellObjectNotFoundExceptionDataModellMismatchExceptionpublic static Strasse[] getAll() throws DataModellMismatchException
DataModellMismatchExceptionde.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
ConfigurationObjectWrappergetType in class ConfigurationObjectWrapperpublic String getTreeString()
ConfigurationObjectWrappergetTreeString in class ConfigurationObjectWrapperpublic String toString()
ConfigurationObjectWrappertoString in class ConfigurationObjectWrapperCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.