public class AlarmTimeDisplayExtractor extends AlarmTimeExtractor implements Display
| Modifier and Type | Field and Description |
|---|---|
protected static org.epics.pvdata.pv.Convert |
convert |
protected NumberFormat |
format |
protected Double |
lowerAlarmLimit |
protected Double |
lowerCtrlLimit |
protected Double |
lowerDisplayLimit |
protected Double |
lowerWarningLimit |
protected String |
units |
protected Double |
upperAlarmLimit |
protected Double |
upperCtrlLimit |
protected Double |
upperDisplayLimit |
protected Double |
upperWarningLimit |
alarmSeverity, alarmSeverityMapLUT, alarmStatus, alarmStatusMapLUT, isTimeValid, timeStamp, timeUserTag| Constructor and Description |
|---|
AlarmTimeDisplayExtractor(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected) |
| Modifier and Type | Method and Description |
|---|---|
protected static Double |
getDoubleValue(org.epics.pvdata.pv.PVStructure structure,
String fieldName,
Double defaultValue) |
NumberFormat |
getFormat()
Returns a NumberFormat that creates a String with just the value (no units).
|
Double |
getLowerAlarmLimit()
Lowest value before the alarm region.
|
Double |
getLowerCtrlLimit()
Lowest possible value (included).
|
Double |
getLowerDisplayLimit()
Lowest possible value to be displayed.
|
Double |
getLowerWarningLimit()
Lowest value before the warning region.
|
String |
getUnits()
String representation of the units using for all values.
|
Double |
getUpperAlarmLimit()
Highest value before the alarm region.
|
Double |
getUpperCtrlLimit()
Highest possible value (included).
|
Double |
getUpperDisplayLimit()
Highest possible value to be displayed.
|
Double |
getUpperWarningLimit()
Highest value before the warning region.
|
getAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValidprotected final Double lowerDisplayLimit
protected final Double lowerCtrlLimit
protected final Double lowerAlarmLimit
protected final Double lowerWarningLimit
protected final String units
protected final NumberFormat format
protected final Double upperWarningLimit
protected final Double upperAlarmLimit
protected final Double upperCtrlLimit
protected final Double upperDisplayLimit
protected static final org.epics.pvdata.pv.Convert convert
public AlarmTimeDisplayExtractor(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected)
protected static final Double getDoubleValue(org.epics.pvdata.pv.PVStructure structure, String fieldName, Double defaultValue)
public Double getLowerDisplayLimit()
DisplaygetLowerDisplayLimit in interface Displaypublic Double getLowerCtrlLimit()
DisplaygetLowerCtrlLimit in interface Displaypublic Double getLowerAlarmLimit()
DisplaygetLowerAlarmLimit in interface Displaypublic Double getLowerWarningLimit()
DisplaygetLowerWarningLimit in interface Displaypublic String getUnits()
Displaypublic NumberFormat getFormat()
Displaypublic Double getUpperWarningLimit()
DisplaygetUpperWarningLimit in interface Displaypublic Double getUpperAlarmLimit()
DisplaygetUpperAlarmLimit in interface Displaypublic Double getUpperCtrlLimit()
DisplaygetUpperCtrlLimit in interface Displaypublic Double getUpperDisplayLimit()
DisplaygetUpperDisplayLimit in interface DisplayCopyright © 2015. All rights reserved.