gov.aps.jca.dbr
Class DBR_TIME_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_TIME_Byte
All Implemented Interfaces:
BYTE, STS, TIME

public class DBR_TIME_Byte
extends DBR_STS_Byte
implements TIME


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_TIME_Byte()
           
DBR_TIME_Byte(byte[] value)
           
DBR_TIME_Byte(int count)
           
 
Method Summary
 TimeStamp getTimeStamp()
           
 DBRType getType()
           
 void printInfo(java.io.PrintStream out)
           
 void setTimeStamp(TimeStamp stamp)
           
 
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.STS
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_TIME_Byte

public DBR_TIME_Byte()

DBR_TIME_Byte

public DBR_TIME_Byte(int count)

DBR_TIME_Byte

public DBR_TIME_Byte(byte[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR_STS_Byte

getTimeStamp

public TimeStamp getTimeStamp()
Specified by:
getTimeStamp in interface TIME

setTimeStamp

public void setTimeStamp(TimeStamp stamp)
Specified by:
setTimeStamp in interface TIME

printInfo

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