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


Field Summary
static DBRType TYPE
           
 
Fields inherited from interface gov.aps.jca.dbr.GR
EMPTYUNIT, ZEROB, ZEROD, ZEROF, ZEROI, ZEROS
 
Constructor Summary
DBR_GR_Double()
           
DBR_GR_Double(double[] value)
           
DBR_GR_Double(int count)
           
 
Method Summary
 java.lang.Number getLowerAlarmLimit()
           
 java.lang.Number getLowerDispLimit()
           
 java.lang.Number getLowerWarningLimit()
           
 short getPrecision()
           
 DBRType getType()
           
 java.lang.String getUnits()
           
 java.lang.Number getUpperAlarmLimit()
           
 java.lang.Number getUpperDispLimit()
           
 java.lang.Number getUpperWarningLimit()
           
 void printInfo(java.io.PrintStream out)
           
 void setLowerAlarmLimit(java.lang.Number limit)
           
 void setLowerDispLimit(java.lang.Number limit)
           
 void setLowerWarningLimit(java.lang.Number limit)
           
 void setPrecision(short prec)
           
 void setUnits(java.lang.String unit)
           
 void setUpperAlarmLimit(java.lang.Number limit)
           
 void setUpperDispLimit(java.lang.Number limit)
           
 void setUpperWarningLimit(java.lang.Number limit)
           
 
Methods inherited from class gov.aps.jca.dbr.DBR_STS_Double
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
 
Methods inherited from class gov.aps.jca.dbr.DBR_Double
getDoubleValue
 
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
 
Methods inherited from interface gov.aps.jca.dbr.STS
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

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)
Method Detail

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