Modifier and Type | Method and Description |
---|---|
List<String> |
getData()
Return the object containing the array data.
|
org.epics.util.array.ListInt |
getIndexes()
Returns the indexes instead of the labels.
|
getAlarmName, getAlarmSeverity
getTimestamp, getTimeUserTag, isTimeValid
List<String> getData()
Array
This method will either return a List
or a ListNumber
depending of the array type. A collection is returned, instead of an
array, so that the type implementation can be immutable or can at
least try to prevent modifications. ListNumber has also several
advantages over the Java arrays, including the ability to iterate the list
regardless of numeric type.
If a numeric array is actually needed, refer to CollectionNumbers
.
org.epics.util.array.ListInt getIndexes()
Copyright © 2010–2015. All rights reserved.