Class WicaChannelMetadataIntegerArray


public class WicaChannelMetadataIntegerArray extends WicaChannelMetadata
Represents the metadata for a channel whose type is INTEGER_ARRAY.
  • Constructor Details

    • WicaChannelMetadataIntegerArray

      public WicaChannelMetadataIntegerArray(String units, int upperDisplay, int lowerDisplay, int upperControl, int lowerControl, int upperAlarm, int lowerAlarm, int upperWarning, int lowerWarning)
      Constructs a new instance of the metadata for a channel whose type is INTEGER.
      Parameters:
      units - the units associated with the channel.
      upperDisplay - the upper display limit of the channel.
      lowerDisplay - the lower display limit of the channel.
      upperControl - the upper control limit of the channel.
      lowerControl - the lower control limit of the channel.
      upperAlarm - the upper alarm limit of the channel.
      lowerAlarm - the lower alarm limit of the channel.
      upperWarning - the upper warning limit of the channel.
      lowerWarning - the lower warning limit of the channel.
  • Method Details

    • getUnits

      public String getUnits()
      Returns the Engineering Units.
      Returns:
      the value.
    • getUpperDisplay

      public int getUpperDisplay()
      Returns the High Operating Range.
      Returns:
      the value.
    • getLowerDisplay

      public int getLowerDisplay()
      Returns the Low Operating Range.
      Returns:
      the value.
    • getUpperControl

      public int getUpperControl()
      Returns the Drive High Control Limit.
      Returns:
      the value.
    • getLowerControl

      public int getLowerControl()
      Returns the Drive Low Control Limit.
      Returns:
      the value.
    • getUpperAlarm

      public int getUpperAlarm()
      Returns the Upper Alarm limit.
      Returns:
      the value.
    • getLowerAlarm

      public int getLowerAlarm()
      Returns the Lower Alarm Limit.
      Returns:
      the value.
    • getUpperWarning

      public int getUpperWarning()
      Returns the Upper Warning Limit.
      Returns:
      the value.
    • getLowerWarning

      public int getLowerWarning()
      Returns the Lower Warning Limit.
      Returns:
      the value.