Class WicaChannelMetadataMixins.WicaChannelMetadataRealSerializerMixin
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
ch.psi.wica.model.channel.metadata.WicaChannelMetadataReal
ch.psi.wica.infrastructure.channel.WicaChannelMetadataMixins.WicaChannelMetadataRealSerializerMixin
- Direct Known Subclasses:
WicaChannelMetadataMixins.WicaChannelMetadataRealArraySerializerMixin
- Enclosing class:
WicaChannelMetadataMixins
abstract static class WicaChannelMetadataMixins.WicaChannelMetadataRealSerializerMixin
extends WicaChannelMetadataReal
-
Method Summary
Modifier and TypeMethodDescriptionabstract double
Returns the Lower Alarm Limit.abstract double
Returns the Drive Low Control Limit.abstract double
Returns the Low Operating Range.abstract double
Returns the Lower Warning Limit.abstract int
Returns the Display Precision.abstract String
getUnits()
Returns the Engineering Units.abstract double
Returns the Upper Alarm limit.abstract double
Returns the Drive High Control Limit.abstract double
Returns the High Operating Range.abstract double
Returns the Upper Warning Limit.Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Method Details
-
getUnits
Description copied from class:WicaChannelMetadataReal
Returns the Engineering Units.- Overrides:
getUnits
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getPrecision
public abstract int getPrecision()Description copied from class:WicaChannelMetadataReal
Returns the Display Precision.- Overrides:
getPrecision
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getUpperDisplay
public abstract double getUpperDisplay()Description copied from class:WicaChannelMetadataReal
Returns the High Operating Range.- Overrides:
getUpperDisplay
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getLowerDisplay
public abstract double getLowerDisplay()Description copied from class:WicaChannelMetadataReal
Returns the Low Operating Range.- Overrides:
getLowerDisplay
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getUpperControl
public abstract double getUpperControl()Description copied from class:WicaChannelMetadataReal
Returns the Drive High Control Limit.- Overrides:
getUpperControl
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getLowerControl
public abstract double getLowerControl()Description copied from class:WicaChannelMetadataReal
Returns the Drive Low Control Limit.- Overrides:
getLowerControl
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getUpperAlarm
public abstract double getUpperAlarm()Description copied from class:WicaChannelMetadataReal
Returns the Upper Alarm limit.- Overrides:
getUpperAlarm
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getLowerAlarm
public abstract double getLowerAlarm()Description copied from class:WicaChannelMetadataReal
Returns the Lower Alarm Limit.- Overrides:
getLowerAlarm
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getUpperWarning
public abstract double getUpperWarning()Description copied from class:WicaChannelMetadataReal
Returns the Upper Warning Limit.- Overrides:
getUpperWarning
in classWicaChannelMetadataReal
- Returns:
- the value.
-
getLowerWarning
public abstract double getLowerWarning()Description copied from class:WicaChannelMetadataReal
Returns the Lower Warning Limit.- Overrides:
getLowerWarning
in classWicaChannelMetadataReal
- Returns:
- the value.
-