Class WicaChannelMetadataIntegerArray
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
ch.psi.wica.model.channel.metadata.WicaChannelMetadataIntegerArray
Represents the metadata for a channel whose type is INTEGER_ARRAY.
-
Constructor Summary
ConstructorsConstructorDescriptionWicaChannelMetadataIntegerArray
(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. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the Lower Alarm Limit.int
Returns the Drive Low Control Limit.int
Returns the Low Operating Range.int
Returns the Lower Warning Limit.getUnits()
Returns the Engineering Units.int
Returns the Upper Alarm limit.int
Returns the Drive High Control Limit.int
Returns the High Operating Range.int
Returns the Upper Warning Limit.Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
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
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.
-