Class TIC3TmcQuantifier
java.lang.Object
de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
de.bsvrz.kex.lmstic3.vew.daten.tic.elemente.TIC3TmcQuantifier
- All Implemented Interfaces:
TIC3InfoElement
public class TIC3TmcQuantifier extends AbstractTIC3InfoElement
TIC3 TmcEventQuantifierType.
TIC3 Info XML Element: Quantifier (QUA), A list of additional quantifiers used in combination with the TMC event code.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DAV_ATTR_QUANTIFIER
DAV-Attribut.static java.lang.String
XML_ELEMENT_QUANTIFIER
TIC3 Info XML Element: Quantifier (QUA), A list of additional quantifiers used in combination with the TMC event code. -
Constructor Summary
Constructors Constructor Description TIC3TmcQuantifier()
Erzeugt ein neues Objekt. -
Method Summary
Modifier and Type Method Description void
publizieren(de.bsvrz.dav.daf.main.Data davdata, LMSParameter parameter)
Publiziert die Daten zum Datenverteiler.Methods inherited from class de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
addAttribut, addAttribut, addKindElement, einlesenXML, erzeugeDocumentElement, getAttribute, getDavAttributName, getDavDaten, getKindElemente, getLocalDavData, getNameAttribut, getWertAttribut, getXmlDaten, getXmlElementName, hatNodeHandler, setDavDaten, setDavDaten, setXmlDaten, useAttributValue
-
Field Details
-
XML_ELEMENT_QUANTIFIER
public static final java.lang.String XML_ELEMENT_QUANTIFIERTIC3 Info XML Element: Quantifier (QUA), A list of additional quantifiers used in combination with the TMC event code.- See Also:
- Constant Field Values
-
DAV_ATTR_QUANTIFIER
public static final java.lang.String DAV_ATTR_QUANTIFIERDAV-Attribut.- See Also:
- Constant Field Values
-
-
Constructor Details
-
TIC3TmcQuantifier
public TIC3TmcQuantifier()Erzeugt ein neues Objekt.
-
-
Method Details
-
publizieren
public void publizieren(de.bsvrz.dav.daf.main.Data davdata, LMSParameter parameter) throws TIC3ExceptionDescription copied from interface:TIC3InfoElement
Publiziert die Daten zum Datenverteiler.- Specified by:
publizieren
in interfaceTIC3InfoElement
- Overrides:
publizieren
in classAbstractTIC3InfoElement
- Parameters:
davdata
- von DAV empfangene Datenparameter
-LMSParameter
- Throws:
TIC3Exception
- bei Ausnahmen
-