Package xal.smf.scada
Interface XalPvDescriptor.IPvDescriptor
- All Known Subinterfaces:
ScadaRecord.IFieldDescriptor
- Enclosing class:
- XalPvDescriptor
public static interface XalPvDescriptor.IPvDescriptor
Used by the enumerations to indicate they return PV descriptors for their
enumeration values.
- Since:
- Nov 7, 2009
- Author:
- Christopher K. Allen
-
Method Summary
Modifier and TypeMethodDescriptionReturn the XAL process variable descriptor for the enumeration constant.
-
Method Details
-
getPvDescriptor
XalPvDescriptor getPvDescriptor()Return the XAL process variable descriptor for the enumeration constant.- Returns:
- XAL process variable descriptor
- Since:
- Nov 7, 2009
-