public class ScadaFieldList extends java.util.LinkedList<ScadaFieldDescriptor> implements java.util.List<ScadaFieldDescriptor>
ScadaFieldDescriptor objects
parsed from a SCADA data structure. The field descriptors are sorted by
the ordering encountered in the declaration of fields in the SCADA data
structure.
Ported from XAL on Jul 15, 2014.
· Jonathan M. Freed
| Constructor and Description |
|---|
ScadaFieldList(java.lang.Class<?> clsScada)
Create a new list containing the field descriptors
parsed from the given SCADA class.
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraypublic ScadaFieldList(java.lang.Class<?> clsScada)
clsScada - class annotated with AScada.Field information