gov.aps.jca.dbr
Class DBR_GR_Short

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_Short
              |
              +--gov.aps.jca.dbr.DBR_STS_Short
                    |
                    +--gov.aps.jca.dbr.DBR_GR_Short
All Implemented Interfaces:
GR, SHORT, STS
Direct Known Subclasses:
DBR_CTRL_Short

public class DBR_GR_Short
extends DBR_STS_Short
implements GR


Field Summary
static DBRType TYPE
           
 
Fields inherited from interface gov.aps.jca.dbr.GR
EMPTYUNIT, ZEROB, ZEROD, ZEROF, ZEROI, ZEROS
 
Constructor Summary
DBR_GR_Short()
           
DBR_GR_Short(int count)
           
DBR_GR_Short(short[] value)
           
 
Method Summary
 java.lang.Number getLowerAlarmLimit()
           
 java.lang.Number getLowerDispLimit()
           
 java.lang.Number getLowerWarningLimit()
           
 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 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_Short
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
 
Methods inherited from class gov.aps.jca.dbr.DBR_Short
getShortValue
 
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_Short

public DBR_GR_Short()

DBR_GR_Short

public DBR_GR_Short(int count)

DBR_GR_Short

public DBR_GR_Short(short[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR_STS_Short

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_Short