Class AtlTic3tmcQuantifier

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlTic3tmcQuantifier
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    TIC3 TmcEventQuantifierType.

    • Method Summary

      Modifier and Type Method Description
      void atl2Bean​(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      void bean2Atl​(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      AtlTic3tmcQuantifier clone()  
      AttZahl getCode()
      The quantifier code as defined in the TMC standard ISO 14819-2.
      AttZahl getLabel()
      The label as defined in the TMC standard ISO 14819-1.
      AttZahl getNumber()
      The number of the quantifier.
      AttTic3OptionalerDoubleWert getValue()
      The decoded quantifier value.
      void setCode​(AttZahl _code)
      The quantifier code as defined in the TMC standard ISO 14819-2.
      void setLabel​(AttZahl _label)
      The label as defined in the TMC standard ISO 14819-1.
      void setNumber​(AttZahl _number)
      The number of the quantifier.
      void setValue​(AttTic3OptionalerDoubleWert _value)
      The decoded quantifier value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AtlTic3tmcQuantifier

        public AtlTic3tmcQuantifier()
    • Method Detail

      • getLabel

        public AttZahl getLabel()
        The label as defined in the TMC standard ISO 14819-1.

        Returns:
        der Wert von Label.
      • setLabel

        public void setLabel​(AttZahl _label)
        The label as defined in the TMC standard ISO 14819-1.

        Parameters:
        _label - der neue Wert von Label.
      • getNumber

        public AttZahl getNumber()
        The number of the quantifier.

        Returns:
        der Wert von Number.
      • setNumber

        public void setNumber​(AttZahl _number)
        The number of the quantifier.

        Parameters:
        _number - der neue Wert von Number.
      • getCode

        public AttZahl getCode()
        The quantifier code as defined in the TMC standard ISO 14819-2.

        Returns:
        der Wert von Code.
      • setCode

        public void setCode​(AttZahl _code)
        The quantifier code as defined in the TMC standard ISO 14819-2.

        Parameters:
        _code - der neue Wert von Code.
      • setValue

        public void setValue​(AttTic3OptionalerDoubleWert _value)
        The decoded quantifier value.

        Parameters:
        _value - der neue Wert von Value.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • atl2Bean

        public void atl2Bean​(de.bsvrz.dav.daf.main.Data daten,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        atl2Bean in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlTic3tmcQuantifier clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object