Package xal.smf.scada

Interface ScadaRecord.IFieldDescriptor

All Superinterfaces:
XalPvDescriptor.IPvDescriptor
Enclosing class:
ScadaRecord

public static interface ScadaRecord.IFieldDescriptor extends XalPvDescriptor.IPvDescriptor
Used by enumerations in data structures to indicate that they known aspects of the data fields they represent.
Since:
Dec 16, 2009
Author:
Christopher K. Allen
  • Method Details

    • getFieldName

      String getFieldName()
      Returns the name of the field in the data structure.
      Returns:
      data structure field name
      Since:
      Dec 16, 2009