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 int
Returns the Lower Alarm Limit.abstract int
Returns the Drive Low Control Limit.abstract int
Returns the Low Operating Range.abstract int
Returns the Lower Warning Limit.abstract String
getUnits()
Returns the Engineering Units.abstract int
Returns the Upper Alarm limit.abstract int
Returns the Drive High Control Limit.abstract int
Returns the High Operating Range.abstract int
Returns the Upper Warning Limit.Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Method Details
-
getUnits
Description copied from class:WicaChannelMetadataInteger
Returns the Engineering Units.- Overrides:
getUnits
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getUpperDisplay
public abstract int getUpperDisplay()Description copied from class:WicaChannelMetadataInteger
Returns the High Operating Range.- Overrides:
getUpperDisplay
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getLowerDisplay
public abstract int getLowerDisplay()Description copied from class:WicaChannelMetadataInteger
Returns the Low Operating Range.- Overrides:
getLowerDisplay
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getUpperControl
public abstract int getUpperControl()Description copied from class:WicaChannelMetadataInteger
Returns the Drive High Control Limit.- Overrides:
getUpperControl
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getLowerControl
public abstract int getLowerControl()Description copied from class:WicaChannelMetadataInteger
Returns the Drive Low Control Limit.- Overrides:
getLowerControl
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getUpperAlarm
public abstract int getUpperAlarm()Description copied from class:WicaChannelMetadataInteger
Returns the Upper Alarm limit.- Overrides:
getUpperAlarm
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getLowerAlarm
public abstract int getLowerAlarm()Description copied from class:WicaChannelMetadataInteger
Returns the Lower Alarm Limit.- Overrides:
getLowerAlarm
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getUpperWarning
public abstract int getUpperWarning()Description copied from class:WicaChannelMetadataInteger
Returns the Upper Warning Limit.- Overrides:
getUpperWarning
in classWicaChannelMetadataInteger
- Returns:
- the value.
-
getLowerWarning
public abstract int getLowerWarning()Description copied from class:WicaChannelMetadataInteger
Returns the Lower Warning Limit.- Overrides:
getLowerWarning
in classWicaChannelMetadataInteger
- Returns:
- the value.
-