Package ch.psi.wica.model.channel.value
Class WicaChannelValueConnectedIntegerArray
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.value.WicaChannelValue
ch.psi.wica.model.channel.value.WicaChannelValueConnected
ch.psi.wica.model.channel.value.WicaChannelValueConnectedIntegerArray
- Direct Known Subclasses:
WicaChannelValueMixins.WicaChannelValueConnectedIntegerArraySerializerMixin
Represents the value of a connected channel whose underlying type is INTEGER_ARRAY.
-
Constructor Summary
ConstructorsConstructorDescriptionWicaChannelValueConnectedIntegerArray
(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, int[] value) Constructs a new instance of a value for a channel whose type is INTEGER_ARRAY. -
Method Summary
Methods inherited from class ch.psi.wica.model.channel.value.WicaChannelValueConnected
getDataSourceTimestamp, getWicaAlarmSeverity, getWicaChannelAlarmStatus, getWicaChannelType
Methods inherited from class ch.psi.wica.model.channel.value.WicaChannelValue
isConnected
Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Constructor Details
-
WicaChannelValueConnectedIntegerArray
public WicaChannelValueConnectedIntegerArray(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, int[] value) Constructs a new instance of a value for a channel whose type is INTEGER_ARRAY.- Parameters:
alarmSeverity
- the alarm severity.alarmStatus
- the alarm status.dataSourceTimestamp
- the data source timestamp.value
- the value.
-
-
Method Details
-
getValue
public int[] getValue()Returns the value of the channel.- Returns:
- the value.
-
toString
- Overrides:
toString
in classWicaChannelValueConnected
-