org.epics.pvmanager.data
Interface VEnumArray

All Superinterfaces:
Alarm, Array<java.lang.String>, Enum, Time, VType

public interface VEnumArray
extends Array<java.lang.String>, Enum, Alarm, Time, VType

Author:
carcassi

Method Summary
 java.lang.String[] getArray()
           
 int[] getIndexes()
          Returns the indexes instead of the labels.
 
Methods inherited from interface org.epics.pvmanager.data.Array
getSizes
 
Methods inherited from interface org.epics.pvmanager.data.Enum
getLabels
 
Methods inherited from interface org.epics.pvmanager.data.Alarm
getAlarmSeverity, getAlarmStatus
 
Methods inherited from interface org.epics.pvmanager.data.Time
getTimestamp, getTimeStamp, getTimeUserTag, isTimeValid
 

Method Detail

getArray

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

getIndexes

int[] getIndexes()
Returns the indexes instead of the labels.

Returns:
an array of indexes