Package org.epics.ca.data
Class Graphic<T,ST>
- java.lang.Object
-
- org.epics.ca.data.Data<T>
-
- org.epics.ca.data.Metadata<T>
-
- org.epics.ca.data.Alarm<T>
-
- org.epics.ca.data.Graphic<T,ST>
-
-
Field Summary
Fields Modifier and Type Field Description protected STlowerAlarmprotected STlowerDisplayprotected STlowerWarningprotected intprecisionprotected java.lang.Stringunitsprotected STupperAlarmprotected STupperDisplayprotected STupperWarning-
Fields inherited from class org.epics.ca.data.Alarm
alarmSeverity, alarmStatus
-
-
Constructor Summary
Constructors Constructor Description Graphic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STgetLowerAlarm()STgetLowerDisplay()STgetLowerWarning()intgetPrecision()java.lang.StringgetUnits()STgetUpperAlarm()STgetUpperDisplay()STgetUpperWarning()voidsetLowerAlarm(ST lowerAlarm)voidsetLowerDisplay(ST lowerDisplay)voidsetLowerWarning(ST lowerWarning)voidsetPrecision(int precision)voidsetUnits(java.lang.String units)voidsetUpperAlarm(ST upperAlarm)voidsetUpperDisplay(ST upperDisplay)voidsetUpperWarning(ST upperWarning)-
Methods inherited from class org.epics.ca.data.Alarm
getAlarmSeverity, getAlarmStatus, setAlarmSeverity, setAlarmStatus
-
-
-
-
Field Detail
-
units
protected java.lang.String units
-
precision
protected int precision
-
upperDisplay
protected ST upperDisplay
-
lowerDisplay
protected ST lowerDisplay
-
upperAlarm
protected ST upperAlarm
-
upperWarning
protected ST upperWarning
-
lowerWarning
protected ST lowerWarning
-
lowerAlarm
protected ST lowerAlarm
-
-
Method Detail
-
getUnits
public java.lang.String getUnits()
-
setUnits
public void setUnits(java.lang.String units)
-
getPrecision
public int getPrecision()
-
setPrecision
public void setPrecision(int precision)
-
getUpperDisplay
public ST getUpperDisplay()
-
setUpperDisplay
public void setUpperDisplay(ST upperDisplay)
-
getLowerDisplay
public ST getLowerDisplay()
-
setLowerDisplay
public void setLowerDisplay(ST lowerDisplay)
-
getUpperAlarm
public ST getUpperAlarm()
-
setUpperAlarm
public void setUpperAlarm(ST upperAlarm)
-
getUpperWarning
public ST getUpperWarning()
-
setUpperWarning
public void setUpperWarning(ST upperWarning)
-
getLowerWarning
public ST getLowerWarning()
-
setLowerWarning
public void setLowerWarning(ST lowerWarning)
-
getLowerAlarm
public ST getLowerAlarm()
-
setLowerAlarm
public void setLowerAlarm(ST lowerAlarm)
-
-