gov.aps.jca.dbr
Class DBR_GR_Double
java.lang.Object
|
+--gov.aps.jca.dbr.DBR
|
+--gov.aps.jca.dbr.DBR_Double
|
+--gov.aps.jca.dbr.DBR_STS_Double
|
+--gov.aps.jca.dbr.DBR_GR_Double
- All Implemented Interfaces:
- DOUBLE, GR, PRECISION, STS
- Direct Known Subclasses:
- DBR_CTRL_Double
- public class DBR_GR_Double
- extends DBR_STS_Double
- implements GR, PRECISION
| Methods inherited from class gov.aps.jca.dbr.DBR |
getCount, getValue, isBYTE, isBYTE, isCTRL, isCTRL, isDOUBLE, isDOUBLE, isENUM, isENUM, isFLOAT, isFLOAT, isGR, isGR, isINT, isINT, isLABELS, isLABELS, isPRECISION, isPRECSION, isSHORT, isSHORT, isSTRING, isSTRING, isSTS, isSTS, isTIME, isTIME, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final DBRType TYPE
DBR_GR_Double
public DBR_GR_Double()
DBR_GR_Double
public DBR_GR_Double(int count)
DBR_GR_Double
public DBR_GR_Double(double[] value)
getType
public DBRType getType()
- Overrides:
getType in class DBR_STS_Double
getPrecision
public short getPrecision()
- Specified by:
getPrecision in interface PRECISION
setPrecision
public void setPrecision(short prec)
- Specified by:
setPrecision in interface PRECISION
getUnits
public java.lang.String getUnits()
- Specified by:
getUnits in interface GR
setUnits
public void setUnits(java.lang.String unit)
- Specified by:
setUnits in interface GR
getUpperDispLimit
public java.lang.Number getUpperDispLimit()
- Specified by:
getUpperDispLimit in interface GR
setUpperDispLimit
public void setUpperDispLimit(java.lang.Number limit)
- Specified by:
setUpperDispLimit in interface GR
getLowerDispLimit
public java.lang.Number getLowerDispLimit()
- Specified by:
getLowerDispLimit in interface GR
setLowerDispLimit
public void setLowerDispLimit(java.lang.Number limit)
- Specified by:
setLowerDispLimit in interface GR
getUpperAlarmLimit
public java.lang.Number getUpperAlarmLimit()
- Specified by:
getUpperAlarmLimit in interface GR
setUpperAlarmLimit
public void setUpperAlarmLimit(java.lang.Number limit)
- Specified by:
setUpperAlarmLimit in interface GR
getUpperWarningLimit
public java.lang.Number getUpperWarningLimit()
- Specified by:
getUpperWarningLimit in interface GR
setUpperWarningLimit
public void setUpperWarningLimit(java.lang.Number limit)
- Specified by:
setUpperWarningLimit in interface GR
getLowerWarningLimit
public java.lang.Number getLowerWarningLimit()
- Specified by:
getLowerWarningLimit in interface GR
setLowerWarningLimit
public void setLowerWarningLimit(java.lang.Number limit)
- Specified by:
setLowerWarningLimit in interface GR
getLowerAlarmLimit
public java.lang.Number getLowerAlarmLimit()
- Specified by:
getLowerAlarmLimit in interface GR
setLowerAlarmLimit
public void setLowerAlarmLimit(java.lang.Number limit)
- Specified by:
setLowerAlarmLimit in interface GR
printInfo
public void printInfo(java.io.PrintStream out)
- Overrides:
printInfo in class DBR_STS_Double