org.epics.pvmanager.data
Interface VInt

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

public interface VInt
extends Scalar, VNumber, VType

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

Author:
carcassi

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

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