| Modifier and Type | Field and Description |
|---|---|
protected ST |
lowerAlarm |
protected ST |
lowerDisplay |
protected ST |
lowerWarning |
protected int |
precision |
protected java.lang.String |
units |
protected ST |
upperAlarm |
protected ST |
upperDisplay |
protected ST |
upperWarning |
alarmSeverity, alarmStatus| Constructor and Description |
|---|
Graphic() |
| Modifier and Type | Method and Description |
|---|---|
ST |
getLowerAlarm() |
ST |
getLowerDisplay() |
ST |
getLowerWarning() |
int |
getPrecision() |
java.lang.String |
getUnits() |
ST |
getUpperAlarm() |
ST |
getUpperDisplay() |
ST |
getUpperWarning() |
void |
setLowerAlarm(ST lowerAlarm) |
void |
setLowerDisplay(ST lowerDisplay) |
void |
setLowerWarning(ST lowerWarning) |
void |
setPrecision(int precision) |
void |
setUnits(java.lang.String units) |
void |
setUpperAlarm(ST upperAlarm) |
void |
setUpperDisplay(ST upperDisplay) |
void |
setUpperWarning(ST upperWarning) |
getAlarmSeverity, getAlarmStatus, setAlarmSeverity, setAlarmStatusprotected java.lang.String units
protected int precision
protected ST upperDisplay
protected ST lowerDisplay
protected ST upperAlarm
protected ST upperWarning
protected ST lowerWarning
protected ST lowerAlarm
public java.lang.String getUnits()
public void setUnits(java.lang.String units)
public int getPrecision()
public void setPrecision(int precision)
public ST getUpperDisplay()
public void setUpperDisplay(ST upperDisplay)
public ST getLowerDisplay()
public void setLowerDisplay(ST lowerDisplay)
public ST getUpperAlarm()
public void setUpperAlarm(ST upperAlarm)
public ST getUpperWarning()
public void setUpperWarning(ST upperWarning)
public ST getLowerWarning()
public void setLowerWarning(ST lowerWarning)
public ST getLowerAlarm()
public void setLowerAlarm(ST lowerAlarm)