public abstract class ConfigurationObjectWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static de.bsvrz.dav.daf.main.config.AttributeGroup |
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER |
static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__TYP_ANSCHLUSSPUNKT |
static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER |
protected de.bsvrz.dav.daf.main.config.ConfigurationObject |
_ConfigurationObject
das gewrappte ConfigurationObject.
|
Modifier | Constructor and Description |
---|---|
protected |
ConfigurationObjectWrapper(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
erzeugt eine Instance, die das angegebene Object wrappt.
|
protected |
ConfigurationObjectWrapper(String pid)
erzeugt eine Instance auf Basis der PID des zu wrappenden Objectes.
|
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.config.ConfigurationObject |
getConfigurationObject()
gibt das gewrappte ConfigurationObjectes zurück.
|
protected static List<de.bsvrz.dav.daf.main.config.SystemObject> |
getKommunikationPartner(de.bsvrz.dav.daf.main.config.ConfigurationObject apgObject) |
protected static List |
getKommunikationPartner(List anschlussPunktGeraeteListe)
gibt die KommunikationsPartner zurück, die über die
AnschlussPunkte erreichbar sind.
|
String |
getName()
gibt den Namen des ConfigurationObjectes zurück.
|
String |
getPID()
gibt die PID des ConfigurationObjectes zurück.
|
String |
getToolTipText()
gibt einen String zum Anzeigen als ein ToolTip zurück.
|
abstract String |
getTreeString()
gibt einen String zum Anzeigen in einem Tree zurück.
|
String |
toString()
gibt einen String "ObjectType - ObjectName" zurück.
|
public static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __TYP_ANSCHLUSSPUNKT
public static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER
public static de.bsvrz.dav.daf.main.config.AttributeGroup __ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER
protected de.bsvrz.dav.daf.main.config.ConfigurationObject _ConfigurationObject
protected ConfigurationObjectWrapper(String pid) throws DataModellMismatchException, DataModellObjectNotFoundException
pid
- die PID des zu wrappenen ObjectesDataModellMismatchException
- wenn der Typ des ConfigurationsObject nicht durch die Klasse
gewrappt werden kann oder das Object mit der PID kein
ConfigurationObject ist.DataModellObjectNotFoundException
- wenn kein Object mit dieser PID existiert.protected ConfigurationObjectWrapper(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
confObj
- zu wreppenes ConfigurationObjectDataModellMismatchException
public final String getPID()
public final String getName()
public final de.bsvrz.dav.daf.main.config.ConfigurationObject getConfigurationObject()
public abstract String getTreeString()
public String getToolTipText()
public String toString()
protected static List getKommunikationPartner(List anschlussPunktGeraeteListe)
anschlussPunktGeraeteListe
- Listprotected static List<de.bsvrz.dav.daf.main.config.SystemObject> getKommunikationPartner(de.bsvrz.dav.daf.main.config.ConfigurationObject apgObject)
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.