Package xal.smf.scada

Class ScadaFieldList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ScadaFieldDescriptor>, Collection<ScadaFieldDescriptor>, Deque<ScadaFieldDescriptor>, List<ScadaFieldDescriptor>, Queue<ScadaFieldDescriptor>

public class ScadaFieldList extends LinkedList<ScadaFieldDescriptor> implements List<ScadaFieldDescriptor>
This is a list of all 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

Since:
Mar 9, 2011
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • ScadaFieldList

      public ScadaFieldList(Class<?> clsScada)
      Create a new list containing the field descriptors parsed from the given SCADA class.
      Parameters:
      clsScada - class annotated with AScada.Field information
      Since:
      Mar 9, 2011