Class ReportControlBlock


public class ReportControlBlock extends ControlBlock
A representation of the model object ReportControlBlock.

The following features are supported:

  • rptID
  • Name
  • dataSetRef
  • Desc
  • Refers To confRev
  • Refers To IedNames
  • Refers To trgOps
  • Refers To intgPd
  • Refers To rptEnabled.max
  • Refers To rptEnabled.desc
  • Refers To buffered
  • Refers To bufTime
  • Refers To indexed
See Also:
  • Field Details

    • trgOps

      protected TTrgOps trgOps
    • intgPd

      protected long intgPd
  • Constructor Details

    • ReportControlBlock

      public ReportControlBlock(String name, String id, String dataSetRef)
      Create ReportControlBlock with default values
      Parameters:
      name - name of the ReportControlBlock
      id - rptId of the ReportControlBlock
      dataSetRef - datSet of the ReportControlBlock
    • ReportControlBlock

      public ReportControlBlock(TReportControl reportControl)
      Constructor
      Parameters:
      reportControl - input
  • Method Details