Class MonitorPointConfiguration

java.lang.Object
org.eso.ias.converter.config.MonitorPointConfiguration

public class MonitorPointConfiguration extends Object
The configuration of the monitor point as read from the configuration database.

Objects of this class do not contain all the configuration read from the configuration database but only the part needed by the conversion.

Author:
acaproni
  • Field Details

    • mpType

      public final IASTypes mpType
      The type of the monitor point.
    • minTemplateIndex

      public final Optional<Integer> minTemplateIndex
      The min index of the template, if templated
    • maxTemplateIndex

      public final Optional<Integer> maxTemplateIndex
      The max index of the template, if templated
  • Constructor Details

    • MonitorPointConfiguration

      public MonitorPointConfiguration(IASTypes mpType, Optional<Integer> minTemplate, Optional<Integer> maxTemplate)
      The type of the monitor point
      Parameters:
      mpType - The type of the monitor point as read from the CDB