public interface VNumber extends Scalar, Alarm, Time, Display, VType
This class allows to use any scalar number (i.e. VInt
or
VDouble
) through the same interface.
Modifier and Type | Method and Description |
---|---|
Number |
getValue()
The numeric value.
|
getAlarmName, getAlarmSeverity
getTimestamp, getTimeUserTag, isTimeValid
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
Copyright © 2010–2015. All rights reserved.