Class AtlTic3tmcQuantifier
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.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.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3tmcQuantifier()
-
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()
-
-
-
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.
-
getValue
public AttTic3OptionalerDoubleWert getValue()
The decoded quantifier value.- Returns:
- der Wert von Value.
-
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 interfacede.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 interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlTic3tmcQuantifier clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-