org.epics.pvmanager.data
Interface VInt

All Superinterfaces:
Alarm, Display, Scalar<Integer>, Time

public interface VInt
extends Scalar<Integer>, Alarm, Time, Display

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

Author:
carcassi

Method Summary
 
Methods inherited from interface org.epics.pvmanager.data.Scalar
getValue
 
Methods inherited from interface org.epics.pvmanager.data.Alarm
getAlarmSeverity, getAlarmStatus
 
Methods inherited from interface org.epics.pvmanager.data.Time
getTimeStamp, getTimeUserTag, isTimeValid
 
Methods inherited from interface org.epics.pvmanager.data.Display
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
 



Copyright © 2011. All Rights Reserved.