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, isTimeValid
protected 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()
Display
getLowerDisplayLimit
in interface Display
public Double getLowerCtrlLimit()
Display
getLowerCtrlLimit
in interface Display
public Double getLowerAlarmLimit()
Display
getLowerAlarmLimit
in interface Display
public Double getLowerWarningLimit()
Display
getLowerWarningLimit
in interface Display
public String getUnits()
Display
public NumberFormat getFormat()
Display
public Double getUpperWarningLimit()
Display
getUpperWarningLimit
in interface Display
public Double getUpperAlarmLimit()
Display
getUpperAlarmLimit
in interface Display
public Double getUpperCtrlLimit()
Display
getUpperCtrlLimit
in interface Display
public Double getUpperDisplayLimit()
Display
getUpperDisplayLimit
in interface Display
Copyright © 2010–2015. All rights reserved.