Package ch.psi.wica.model.channel.value
Class WicaChannelValueConnected
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.value.WicaChannelValue
ch.psi.wica.model.channel.value.WicaChannelValueConnected
- Direct Known Subclasses:
WicaChannelValueConnectedInteger
,WicaChannelValueConnectedIntegerArray
,WicaChannelValueConnectedReal
,WicaChannelValueConnectedRealArray
,WicaChannelValueConnectedString
,WicaChannelValueConnectedStringArray
,WicaChannelValueMixins.WicaChannelValueConnectedSerializerMixin
Represents the value of a channel in the connected state.
-
Constructor Summary
ConstructorsConstructorDescriptionWicaChannelValueConnected
(WicaChannelType wicaChannelType, WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp) Constructs a new instance of a value for a channel in the connected state. -
Method Summary
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
-
WicaChannelValueConnected
public WicaChannelValueConnected(WicaChannelType wicaChannelType, WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp) Constructs a new instance of a value for a channel in the connected state.- Parameters:
wicaChannelType
- the channel type.alarmSeverity
- the alarm severity.alarmStatus
- the alarm status.dataSourceTimestamp
- the data source timestamp.
-
-
Method Details
-
getWicaChannelType
-
getWicaAlarmSeverity
-
getWicaChannelAlarmStatus
-
getDataSourceTimestamp
-
toString
- Overrides:
toString
in classWicaChannelValue
-