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 ofScadaFieldDescriptorobjects each of which is described in the given annotation class.AScadaConstructor parameters in xal.smf.scada with type arguments of type AScada.RecordModifierConstructorDescriptionprotectedScadaRecord(Class<? extends AScada.Record> clsRecord) Creates a new instance ofScadaRecordinitializing the connections from the SCADA records in the annotated argument.