Package org.eso.ias.converter.config
Class MonitorPointConfiguration
java.lang.Object
org.eso.ias.converter.config.MonitorPointConfiguration
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 Summary
Modifier and TypeFieldDescriptionThe max index of the template, if templatedThe min index of the template, if templatedfinal IASTypes
The type of the monitor point. -
Constructor Summary
-
Method Summary
-
Field Details
-
mpType
The type of the monitor point. -
minTemplateIndex
The min index of the template, if templated -
maxTemplateIndex
The max index of the template, if templated
-
-
Constructor Details