org.epics.pvmanager.data
Interface VNumber

All Superinterfaces:
Alarm, Display, Time
All Known Subinterfaces:
VDouble, VInt

public interface VNumber
extends Alarm, Time, Display

Scalar number with alarm, timestamp, display and control information.

This class allows to use any scalar number (i.e. VInt or VDouble) through the same interface.

Author:
carcassi

Method Summary
 java.lang.Number getValue()
          The numeric value.
 
Methods inherited from interface org.epics.pvmanager.data.Alarm
getAlarmSeverity, getAlarmStatus
 
Methods inherited from interface org.epics.pvmanager.data.Time
getTimestamp, getTimeStamp, getTimeUserTag, isTimeValid
 
Methods inherited from interface org.epics.pvmanager.data.Display
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
 

Method Detail

getValue

java.lang.Number getValue()
The numeric value.

Returns:
the value