org.epics.pvmanager.data
Interface VShortArray

All Superinterfaces:
Alarm, Array<java.lang.Integer>, Display, Time, VNumberArray, VType

public interface VShortArray
extends Array<java.lang.Integer>, VNumberArray, VType

Short array with alarm, timestamp, display and control information.

Author:
carcassi

Method Summary
 short[] getArray()
           
 ListShort getData()
           
 
Methods inherited from interface org.epics.pvmanager.data.Array
getSizes
 
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

getArray

short[] getArray()
Specified by:
getArray in interface Array<java.lang.Integer>

getData

ListShort getData()
Specified by:
getData in interface VNumberArray