gov.aps.jca.dbr
Class DBR_CTRL_Byte

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_Byte
              |
              +--gov.aps.jca.dbr.DBR_STS_Byte
                    |
                    +--gov.aps.jca.dbr.DBR_GR_Byte
                          |
                          +--gov.aps.jca.dbr.DBR_CTRL_Byte
All Implemented Interfaces:
BYTE, CTRL, GR, STS

public class DBR_CTRL_Byte
extends DBR_GR_Byte
implements CTRL


Field Summary
static DBRType TYPE
           
 
Fields inherited from interface gov.aps.jca.dbr.GR
EMPTYUNIT, ZEROB, ZEROD, ZEROF, ZEROI, ZEROS
 
Constructor Summary
DBR_CTRL_Byte()
           
DBR_CTRL_Byte(byte[] value)
           
DBR_CTRL_Byte(int count)
           
 
Method Summary
 java.lang.Number getLowerCtrlLimit()
           
 DBRType getType()
           
 java.lang.Number getUpperCtrlLimit()
           
 void printInfo(java.io.PrintStream out)
           
 void setLowerCtrlLimit(java.lang.Number limit)
           
 void setUpperCtrlLimit(java.lang.Number limit)
           
 
Methods inherited from class gov.aps.jca.dbr.DBR_GR_Byte
getLowerAlarmLimit, getLowerDispLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperDispLimit, getUpperWarningLimit, setLowerAlarmLimit, setLowerDispLimit, setLowerWarningLimit, setUnits, setUpperAlarmLimit, setUpperDispLimit, setUpperWarningLimit
 
Methods inherited from class gov.aps.jca.dbr.DBR_STS_Byte
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
 
Methods inherited from class gov.aps.jca.dbr.DBR_Byte
getByteValue
 
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.GR
getLowerAlarmLimit, getLowerDispLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperDispLimit, getUpperWarningLimit, setLowerAlarmLimit, setLowerDispLimit, setLowerWarningLimit, setUnits, setUpperAlarmLimit, setUpperDispLimit, setUpperWarningLimit
 
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_CTRL_Byte

public DBR_CTRL_Byte()

DBR_CTRL_Byte

public DBR_CTRL_Byte(int count)

DBR_CTRL_Byte

public DBR_CTRL_Byte(byte[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR_GR_Byte

getUpperCtrlLimit

public java.lang.Number getUpperCtrlLimit()
Specified by:
getUpperCtrlLimit in interface CTRL

setUpperCtrlLimit

public void setUpperCtrlLimit(java.lang.Number limit)
Specified by:
setUpperCtrlLimit in interface CTRL

getLowerCtrlLimit

public java.lang.Number getLowerCtrlLimit()
Specified by:
getLowerCtrlLimit in interface CTRL

setLowerCtrlLimit

public void setLowerCtrlLimit(java.lang.Number limit)
Specified by:
setLowerCtrlLimit in interface CTRL

printInfo

public void printInfo(java.io.PrintStream out)
Overrides:
printInfo in class DBR_GR_Byte