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 doubleReturns the Lower Alarm Limit.abstract doubleReturns the Drive Low Control Limit.abstract doubleReturns the Low Operating Range.abstract doubleReturns the Lower Warning Limit.abstract intReturns the Display Precision.abstract StringgetUnits()Returns the Engineering Units.abstract doubleReturns the Upper Alarm limit.abstract doubleReturns the Drive High Control Limit.abstract doubleReturns the High Operating Range.abstract doubleReturns the Upper Warning Limit.Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Method Details
-
getUnits
Description copied from class:WicaChannelMetadataRealReturns the Engineering Units.- Overrides:
getUnitsin classWicaChannelMetadataReal- Returns:
- the value.
-
getPrecision
public abstract int getPrecision()Description copied from class:WicaChannelMetadataRealReturns the Display Precision.- Overrides:
getPrecisionin classWicaChannelMetadataReal- Returns:
- the value.
-
getUpperDisplay
public abstract double getUpperDisplay()Description copied from class:WicaChannelMetadataRealReturns the High Operating Range.- Overrides:
getUpperDisplayin classWicaChannelMetadataReal- Returns:
- the value.
-
getLowerDisplay
public abstract double getLowerDisplay()Description copied from class:WicaChannelMetadataRealReturns the Low Operating Range.- Overrides:
getLowerDisplayin classWicaChannelMetadataReal- Returns:
- the value.
-
getUpperControl
public abstract double getUpperControl()Description copied from class:WicaChannelMetadataRealReturns the Drive High Control Limit.- Overrides:
getUpperControlin classWicaChannelMetadataReal- Returns:
- the value.
-
getLowerControl
public abstract double getLowerControl()Description copied from class:WicaChannelMetadataRealReturns the Drive Low Control Limit.- Overrides:
getLowerControlin classWicaChannelMetadataReal- Returns:
- the value.
-
getUpperAlarm
public abstract double getUpperAlarm()Description copied from class:WicaChannelMetadataRealReturns the Upper Alarm limit.- Overrides:
getUpperAlarmin classWicaChannelMetadataReal- Returns:
- the value.
-
getLowerAlarm
public abstract double getLowerAlarm()Description copied from class:WicaChannelMetadataRealReturns the Lower Alarm Limit.- Overrides:
getLowerAlarmin classWicaChannelMetadataReal- Returns:
- the value.
-
getUpperWarning
public abstract double getUpperWarning()Description copied from class:WicaChannelMetadataRealReturns the Upper Warning Limit.- Overrides:
getUpperWarningin classWicaChannelMetadataReal- Returns:
- the value.
-
getLowerWarning
public abstract double getLowerWarning()Description copied from class:WicaChannelMetadataRealReturns the Lower Warning Limit.- Overrides:
getLowerWarningin classWicaChannelMetadataReal- Returns:
- the value.
-