Uses of Class
ch.psi.wica.model.channel.value.WicaChannelAlarmStatus
Packages that use WicaChannelAlarmStatus
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
-
Uses of WicaChannelAlarmStatus in ch.psi.wica.infrastructure.channel
Subclasses of WicaChannelAlarmStatus in ch.psi.wica.infrastructure.channelMethods in ch.psi.wica.infrastructure.channel that return WicaChannelAlarmStatusModifier and TypeMethodDescriptionabstract WicaChannelAlarmStatusWicaChannelValueMixins.WicaChannelValueConnectedSerializerMixin.getWicaChannelAlarmStatus() -
Uses of WicaChannelAlarmStatus in ch.psi.wica.model.channel.value
Methods in ch.psi.wica.model.channel.value that return WicaChannelAlarmStatusModifier and TypeMethodDescriptionWicaChannelValueConnected.getWicaChannelAlarmStatus()static WicaChannelAlarmStatusWicaChannelAlarmStatus.of(int statusCode) Returns a new instance of a WicaChannelAlarmStatus.static WicaChannelAlarmStatusWicaChannelAlarmStatus.ofNoError()Returns a new instance of a WicaChannelAlarmStatus with a status code of zero.Methods in ch.psi.wica.model.channel.value with parameters of type WicaChannelAlarmStatusModifier and TypeMethodDescriptionWicaChannelValueBuilder.createChannelValueConnectedInteger(WicaChannelAlarmSeverity wicaChannelAlarmSeverity, WicaChannelAlarmStatus wicaChannelAlarmStatus, LocalDateTime dataSourceTimestamp, int value) Returns a new instance of a connected channel whose value is an INTEGER.WicaChannelValueBuilder.createChannelValueConnectedIntegerArray(WicaChannelAlarmSeverity wicaChannelAlarmSeverity, WicaChannelAlarmStatus wicaChannelAlarmStatus, LocalDateTime dataSourceTimestamp, int[] value) Returns a new instance of a connected channel whose value is an INTEGER_ARRAY.WicaChannelValueBuilder.createChannelValueConnectedReal(WicaChannelAlarmSeverity wicaChannelAlarmSeverity, WicaChannelAlarmStatus wicaChannelAlarmStatus, LocalDateTime dataSourceTimestamp, double value) Returns a new instance of a connected channel whose value is REAL.WicaChannelValueBuilder.createChannelValueConnectedRealArray(WicaChannelAlarmSeverity wicaChannelAlarmSeverity, WicaChannelAlarmStatus wicaChannelAlarmStatus, LocalDateTime dataSourceTimestamp, double[] value) Returns a new instance of a connected channel whose value is a REAL_ARRAY.WicaChannelValueBuilder.createChannelValueConnectedString(WicaChannelAlarmSeverity wicaChannelAlarmSeverity, WicaChannelAlarmStatus wicaChannelAlarmStatus, LocalDateTime dataSourceTimestamp, String value) Returns a new instance of a connected channel whose value is a STRING.WicaChannelValueBuilder.createChannelValueConnectedStringArray(WicaChannelAlarmSeverity wicaChannelAlarmSeverity, WicaChannelAlarmStatus wicaChannelAlarmStatus, LocalDateTime dataSourceTimestamp, String[] value) Returns a new instance of a connected channel whose value is a STRING_ARRAY.Constructors in ch.psi.wica.model.channel.value with parameters of type WicaChannelAlarmStatusModifierConstructorDescriptionWicaChannelValueConnected(WicaChannelType wicaChannelType, WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp) Constructs a new instance of a value for a channel in the connected state.WicaChannelValueConnectedInteger(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, int value) Constructs a new instance of a value for a channel whose type is INTEGER.WicaChannelValueConnectedIntegerArray(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, int[] value) Constructs a new instance of a value for a channel whose type is INTEGER_ARRAY.WicaChannelValueConnectedReal(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, double value) Constructs a new instance of a value for a channel whose type is REAL.WicaChannelValueConnectedRealArray(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, double[] value) Constructs a new instance of a value for a channel whose type is REAL_ARRAY.WicaChannelValueConnectedString(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, String value) Constructs a new instance of a value for a channel whose type is STRING.WicaChannelValueConnectedStringArray(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, String[] value) Constructs a new instance of a value for a channel whose type is STRING_ARRAY.