|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
de.inovat.kex.bast.common.objectwrapper.Strasse
public class Strasse
kapselt den DatenModellTyp straße
| Field Summary | |
|---|---|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
__AtgStrasse
|
private static java.util.WeakHashMap<java.lang.String,Strasse> |
__Cache
|
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__ConfigurationObjectType
|
private long |
_Nummer
|
private java.lang.String |
_Typ
|
private java.lang.String |
_Zusatz
|
private static de.bsvrz.sys.funclib.debug.Debug |
debug
DebugLogger fuer Debug-Ausgaben. |
| Fields inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper |
|---|
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject |
| Constructor Summary | |
|---|---|
private |
Strasse(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
|
private |
Strasse(java.lang.String pid)
|
| Method Summary | |
|---|---|
static Strasse[] |
getAll()
gibt die DatenModellObjekte vom typ straße zurück |
static Strasse |
getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
gibt die Instance der Strasse mit der PID zurück. |
static Strasse |
getInstance(java.lang.String pid)
|
private static Strasse |
getInstanceIntern(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
|
long |
getNummer()
|
java.lang.String |
getTreeString()
gibt einen String zum Anzeigen in einem Tree zurück. |
java.lang.String |
getTyp()
|
(package private) de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
getType()
Implementationen müssen den ConfigurationObjectType zurückgeben, den die gewrappten ConfigurationObjecte haben. |
java.lang.String |
getZusatz()
|
private static void |
init()
|
protected void |
initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
Implemtationen sollen hier die konfigurierenden AttributGruppen und die zugehörigen Mengen lesen. |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static de.bsvrz.sys.funclib.debug.Debug debug
private static java.util.WeakHashMap<java.lang.String,Strasse> __Cache
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType
private java.lang.String _Typ
private long _Nummer
private java.lang.String _Zusatz
private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgStrasse
| Constructor Detail |
|---|
private Strasse(java.lang.String pid)
throws DataModellObjectNotFoundException,
DataModellMismatchException
DataModellObjectNotFoundException
DataModellMismatchException
private Strasse(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
DataModellMismatchException| Method Detail |
|---|
public java.lang.String getTyp()
public long getNummer()
public java.lang.String getZusatz()
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
ConfigurationObjectWrapper
initData in class ConfigurationObjectWrapperconfObj - ConfigurationObject
DataModellMismatchException
public static Strasse getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
confObj - ConfigurationObject
DataModellMismatchException
public static Strasse getInstance(java.lang.String pid)
throws DataModellMismatchException
DataModellMismatchException
private static Strasse getInstanceIntern(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
DataModellMismatchException
public static Strasse[] getAll()
throws DataModellMismatchException
DataModellMismatchExceptionde.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
ConfigurationObjectWrapper
getType in class ConfigurationObjectWrapperpublic java.lang.String getTreeString()
ConfigurationObjectWrapper
getTreeString in class ConfigurationObjectWrapperpublic java.lang.String toString()
ConfigurationObjectWrapper
toString in class ConfigurationObjectWrapperprivate static void init()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||