gov.aps.jca.dbr
Class DBR_PutAckS

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_PutAckS
All Implemented Interfaces:
SHORT

public class DBR_PutAckS
extends DBR
implements SHORT


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_PutAckS()
           
DBR_PutAckS(int count)
           
DBR_PutAckS(short[] value)
           
 
Method Summary
 short[] getShortValue()
           
 DBRType getType()
           
 
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, 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
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_PutAckS

public DBR_PutAckS()

DBR_PutAckS

public DBR_PutAckS(int count)

DBR_PutAckS

public DBR_PutAckS(short[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getShortValue

public short[] getShortValue()
Specified by:
getShortValue in interface SHORT