gov.aps.jca.dbr
Class DBR_STSACK_String

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_String
              |
              +--gov.aps.jca.dbr.DBR_STS_String
                    |
                    +--gov.aps.jca.dbr.DBR_STSACK_String
All Implemented Interfaces:
ACK, STRING, STS

public class DBR_STSACK_String
extends DBR_STS_String
implements ACK


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_STSACK_String()
           
DBR_STSACK_String(int count)
           
DBR_STSACK_String(java.lang.String[] value)
           
 
Method Summary
 int getAckS()
           
 int getAckT()
           
 DBRType getType()
           
 void printInfo(java.io.PrintStream out)
           
 void setAckS(int acks)
           
 void setAckT(int ackt)
           
 
Methods inherited from class gov.aps.jca.dbr.DBR_STS_String
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
 
Methods inherited from class gov.aps.jca.dbr.DBR_String
getStringValue
 
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
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_STSACK_String

public DBR_STSACK_String()

DBR_STSACK_String

public DBR_STSACK_String(int count)

DBR_STSACK_String

public DBR_STSACK_String(java.lang.String[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR_STS_String

getAckS

public int getAckS()
Specified by:
getAckS in interface ACK

setAckS

public void setAckS(int acks)
Specified by:
setAckS in interface ACK

getAckT

public int getAckT()
Specified by:
getAckT in interface ACK

setAckT

public void setAckT(int ackt)
Specified by:
setAckT in interface ACK

printInfo

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