Package 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
-
public class DBR_STSACK_String extends DBR_STS_String implements ACK
-
-
Constructor Summary
Constructors Constructor Description DBR_STSACK_String()DBR_STSACK_String(int count)DBR_STSACK_String(String[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)SeveritygetAckS()booleangetAckT()DBRTypegetType()voidprintInfo(PrintStream out)voidsetAckS(int acks)voidsetAckS(Severity acks)voidsetAckT(boolean ackt)voidsetAckT(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
convert, 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, setValue
-
-
-
-
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(String[] value)
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_STS_String
-
setAckS
public void setAckS(int acks)
-
setAckT
public void setAckT(int ackt)
-
printInfo
public void printInfo(PrintStream out)
- Overrides:
printInfoin classDBR_STS_String
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_STS_String- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-