|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Display
Limit and unit information needed for display and control. The limits must be given in terms of the same type of the scalar type, which needs to be a number. The default for the ranges corresponds to the maximum range for the type.
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.
Method Summary | |
---|---|
java.text.NumberFormat |
getFormat()
Returns a NumberFormat that creates a String with just the value (no units). |
java.lang.Double |
getLowerAlarmLimit()
Lowest value before the alarm region. |
java.lang.Double |
getLowerCtrlLimit()
Lowest possible value (included). |
java.lang.Double |
getLowerDisplayLimit()
Lowest possible value to be displayed. |
java.lang.Double |
getLowerWarningLimit()
Lowest value before the warning region. |
java.lang.String |
getUnits()
String representation of the units using for all values. |
java.lang.Double |
getUpperAlarmLimit()
Highest value before the alarm region. |
java.lang.Double |
getUpperCtrlLimit()
Highest possible value (included). |
java.lang.Double |
getUpperDisplayLimit()
Highest possible value to be displayed. |
java.lang.Double |
getUpperWarningLimit()
Highest value before the warning region. |
Method Detail |
---|
@Metadata java.lang.Double getLowerDisplayLimit()
@Metadata java.lang.Double getLowerCtrlLimit()
@Metadata java.lang.Double getLowerAlarmLimit()
@Metadata java.lang.Double getLowerWarningLimit()
@Metadata java.lang.String getUnits()
@Metadata java.text.NumberFormat getFormat()
@Metadata java.lang.Double getUpperWarningLimit()
@Metadata java.lang.Double getUpperAlarmLimit()
@Metadata java.lang.Double getUpperCtrlLimit()
@Metadata java.lang.Double getUpperDisplayLimit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |