Class IVEnumArray

    • Method Detail

      • getAlarm

        public Alarm getAlarm()
        Description copied from interface: AlarmProvider
        The alarm associated with this value.
        Returns:
        the alarm; not null
      • getTime

        public Time getTime()
        Description copied from interface: TimeProvider
        The time associated with this value.
        Returns:
        the time; not null
      • getIndexes

        public org.epics.util.array.ListNumber getIndexes()
        Description copied from class: VEnumArray
        Returns the indexes instead of the labels.
        Specified by:
        getIndexes in class VEnumArray
        Returns:
        an array of indexes
      • getSizes

        public org.epics.util.array.ListInteger getSizes()
        Description copied from class: Array
        The shape of the multidimensional array.

        The size of the returned list will be the number of the dimension of the array. Each number represents the size of each dimension. The total number of elements in the array is therefore the product of all the numbers in the list returned.

        Specified by:
        getSizes in class Array
        Returns:
        the dimension sizes