Uses of Annotation Interface
xal.smf.scada.AScada.Record
Packages that use AScada.Record
-
Uses of AScada.Record in xal.smf.scada
Method parameters in xal.smf.scada with type arguments of type AScada.RecordModifier and TypeMethodDescriptionstatic ScadaFieldDescriptor[]
ScadaFieldDescriptor.makeFieldDescriptors
(Class<? extends AScada.Record> clsRec) Creates and returns an array ofScadaFieldDescriptor
objects each of which is described in the given annotation class
.AScada
Constructor parameters in xal.smf.scada with type arguments of type AScada.RecordModifierConstructorDescriptionprotected
ScadaRecord
(Class<? extends AScada.Record> clsRecord) Creates a new instance ofScadaRecord
initializing the connections from the SCADA records in the annotated argument.