public interface Display
Note: NumberFormats. If there is no direct write on metadata, number formats can be used to provide a default way to convert the value to a String.
Modifier and Type | Method and Description |
---|---|
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.
|
@Metadata Double getLowerDisplayLimit()
@Metadata Double getLowerCtrlLimit()
@Metadata Double getLowerAlarmLimit()
@Metadata Double getLowerWarningLimit()
@Metadata String getUnits()
@Metadata NumberFormat getFormat()
@Metadata Double getUpperWarningLimit()
@Metadata Double getUpperAlarmLimit()
@Metadata Double getUpperCtrlLimit()
Copyright © 2012. All Rights Reserved.