Class OdTlsSysStatischeGeraeteKennDaten.Aspekte
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.objekte.impl.AspektImpl
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkextlsglobal.onlinedaten.OdTlsSysStatischeGeraeteKennDaten.Aspekte
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
,de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,Aspekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
- Enclosing class:
- OdTlsSysStatischeGeraeteKennDaten
public static class OdTlsSysStatischeGeraeteKennDaten.Aspekte extends AspektImpl implements de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
Die vorhandenen Aspekte des Datensatzes.
-
-
Field Summary
Fields Modifier and Type Field Description static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
TlsVorgabe
Aspekt für Vorgaben (Daten zum Senden an eine SS), die nicht wie die Parametersätze automatisch verschickt werden (z.B. goegrafische Kenndaten, Knotennummer).static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
TlsVorgabeArchiv
Aspekt für den Quittierungsmechanismus des Archivs.static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
TlsZustand
Aspekt für den aktuellen Zustand , die i.d.R.
-
Method Summary
Modifier and Type Method Description int
compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
boolean
equals(java.lang.Object arg0)
long
getId()
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich
getKonfigurationsBereich()
java.lang.String
getName()
de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory
getObjektFactory()
java.lang.String
getPid()
de.bsvrz.dav.daf.main.config.Aspect
getSystemObject()
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
getTyp()
int
hashCode()
void
init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
java.lang.String
toString()
static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt[]
values()
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.objekte.impl.AspektImpl
doGetTypPid, getKdAlternativeObjektbezeichnung, getKdDefaultParameterdatensaetze, getKdInfo
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
getDatensatz
-
-
-
-
Field Detail
-
TlsVorgabeArchiv
public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt TlsVorgabeArchiv
Aspekt für den Quittierungsmechanismus des Archivs. Wird alternativ zu asp.tlsVorgabe verwendet, wenn die Vorgabe indirekt nach der Archivierung durch das Archiv erfolgen soll.
-
TlsVorgabe
public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt TlsVorgabe
Aspekt für Vorgaben (Daten zum Senden an eine SS), die nicht wie die Parametersätze automatisch verschickt werden (z.B. goegrafische Kenndaten, Knotennummer).
-
TlsZustand
public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt TlsZustand
Aspekt für den aktuellen Zustand , die i.d.R. ausfallsicher im SM oder EAK abgelegt werden (z.B. goegrafische Kenndaten, Knotennummer).
-
-
Method Detail
-
values
public static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt[] values()
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getPid
public java.lang.String getPid()
- Specified by:
getPid
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getSystemObject
public de.bsvrz.dav.daf.main.config.Aspect getSystemObject()
- Specified by:
getSystemObject
in interfacede.bsvrz.sys.funclib.bitctrl.modell.Aspekt
- Specified by:
getSystemObject
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
- Overrides:
getSystemObject
in classAspektImpl
-
toString
public java.lang.String toString()
-
init
public void init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
-
getObjektFactory
public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
-
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getId
public long getId()
- Specified by:
getId
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getTyp
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()
- Specified by:
getTyp
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getKonfigurationsBereich
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()
- Specified by:
getKonfigurationsBereich
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
compareTo
public int compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
- Specified by:
compareTo
in interfacejava.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
-
-