Package xal.smf.scada
Interface ScadaRecord.IFieldDescriptor
- All Superinterfaces:
XalPvDescriptor.IPvDescriptor
- Enclosing class:
- ScadaRecord
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 Summary
Modifier and TypeMethodDescriptionReturns the name of the field in the data structure.Methods inherited from interface xal.smf.scada.XalPvDescriptor.IPvDescriptor
getPvDescriptor
-
Method Details
-
getFieldName
String getFieldName()Returns the name of the field in the data structure.- Returns:
- data structure field name
- Since:
- Dec 16, 2009
-