org.epics.pvmanager.data
Interface VDouble

All Superinterfaces:
Alarm, Display, Scalar, Time, VNumber, VType

public interface VDouble
extends Scalar, VNumber, VType

Scalar double with alarm, timestamp, display and control information. Auto-unboxing makes the extra method for the primitive type unnecessary.

Author:
carcassi

Method Summary
 java.lang.Double getValue()
          Returns the 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.Double getValue()
Returns the value. Never null.

Specified by:
getValue in interface Scalar
Specified by:
getValue in interface VNumber
Returns:
the value