Class WicaChannelMetadataMixins.WicaChannelMetadataIntegerSerializerMixin
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
ch.psi.wica.model.channel.metadata.WicaChannelMetadataInteger
ch.psi.wica.infrastructure.channel.WicaChannelMetadataMixins.WicaChannelMetadataIntegerSerializerMixin
- Direct Known Subclasses:
WicaChannelMetadataMixins.WicaChannelMetadataIntegerArraySerializerMixin
- Enclosing class:
WicaChannelMetadataMixins
public abstract static class WicaChannelMetadataMixins.WicaChannelMetadataIntegerSerializerMixin
extends WicaChannelMetadataInteger
-
Method Summary
Modifier and TypeMethodDescriptionabstract intReturns the Lower Alarm Limit.abstract intReturns the Drive Low Control Limit.abstract intReturns the Low Operating Range.abstract intReturns the Lower Warning Limit.abstract StringgetUnits()Returns the Engineering Units.abstract intReturns the Upper Alarm limit.abstract intReturns the Drive High Control Limit.abstract intReturns the High Operating Range.abstract intReturns the Upper Warning Limit.Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Method Details
-
getUnits
Description copied from class:WicaChannelMetadataIntegerReturns the Engineering Units.- Overrides:
getUnitsin classWicaChannelMetadataInteger- Returns:
- the value.
-
getUpperDisplay
public abstract int getUpperDisplay()Description copied from class:WicaChannelMetadataIntegerReturns the High Operating Range.- Overrides:
getUpperDisplayin classWicaChannelMetadataInteger- Returns:
- the value.
-
getLowerDisplay
public abstract int getLowerDisplay()Description copied from class:WicaChannelMetadataIntegerReturns the Low Operating Range.- Overrides:
getLowerDisplayin classWicaChannelMetadataInteger- Returns:
- the value.
-
getUpperControl
public abstract int getUpperControl()Description copied from class:WicaChannelMetadataIntegerReturns the Drive High Control Limit.- Overrides:
getUpperControlin classWicaChannelMetadataInteger- Returns:
- the value.
-
getLowerControl
public abstract int getLowerControl()Description copied from class:WicaChannelMetadataIntegerReturns the Drive Low Control Limit.- Overrides:
getLowerControlin classWicaChannelMetadataInteger- Returns:
- the value.
-
getUpperAlarm
public abstract int getUpperAlarm()Description copied from class:WicaChannelMetadataIntegerReturns the Upper Alarm limit.- Overrides:
getUpperAlarmin classWicaChannelMetadataInteger- Returns:
- the value.
-
getLowerAlarm
public abstract int getLowerAlarm()Description copied from class:WicaChannelMetadataIntegerReturns the Lower Alarm Limit.- Overrides:
getLowerAlarmin classWicaChannelMetadataInteger- Returns:
- the value.
-
getUpperWarning
public abstract int getUpperWarning()Description copied from class:WicaChannelMetadataIntegerReturns the Upper Warning Limit.- Overrides:
getUpperWarningin classWicaChannelMetadataInteger- Returns:
- the value.
-
getLowerWarning
public abstract int getLowerWarning()Description copied from class:WicaChannelMetadataIntegerReturns the Lower Warning Limit.- Overrides:
getLowerWarningin classWicaChannelMetadataInteger- Returns:
- the value.
-