Uses of Enum Class
ch.psi.wica.model.channel.value.WicaChannelAlarmSeverity
Packages that use WicaChannelAlarmSeverity
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
-
Uses of WicaChannelAlarmSeverity in ch.psi.wica.infrastructure.channel
Methods in ch.psi.wica.infrastructure.channel that return WicaChannelAlarmSeverityModifier and TypeMethodDescriptionabstract WicaChannelAlarmSeverity
WicaChannelValueMixins.WicaChannelValueConnectedSerializerMixin.getWicaAlarmSeverity()
-
Uses of WicaChannelAlarmSeverity in ch.psi.wica.model.channel.value
Methods in ch.psi.wica.model.channel.value that return WicaChannelAlarmSeverityModifier and TypeMethodDescriptionWicaChannelValueConnected.getWicaAlarmSeverity()
static WicaChannelAlarmSeverity
Returns the enum constant of this class with the specified name.static WicaChannelAlarmSeverity[]
WicaChannelAlarmSeverity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.psi.wica.model.channel.value with parameters of type WicaChannelAlarmSeverityModifier 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 WicaChannelAlarmSeverityModifierConstructorDescriptionWicaChannelValueConnected
(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.