Package gov.aps.jca.dbr
Class DBR_STS_Int
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Int
-
- gov.aps.jca.dbr.DBR_STS_Int
-
- Direct Known Subclasses:
DBR_TIME_Int
public class DBR_STS_Int extends DBR_Int implements STS
-
-
Constructor Summary
Constructors Constructor Description DBR_STS_Int()DBR_STS_Int(int count)DBR_STS_Int(int[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)SeveritygetSeverity()StatusgetStatus()DBRTypegetType()voidprintInfo(PrintStream out)voidsetSeverity(int severity)voidsetSeverity(Severity severity)voidsetStatus(int status)voidsetStatus(Status status)-
Methods inherited from class gov.aps.jca.dbr.DBR_Int
getIntValue
-
Methods inherited from class gov.aps.jca.dbr.DBR
convert, 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
-
-
-
-
Method Detail
-
getSeverity
public Severity getSeverity()
- Specified by:
getSeverityin interfaceSTS
-
setSeverity
public void setSeverity(int severity)
- Specified by:
setSeverityin interfaceSTS
-
setSeverity
public void setSeverity(Severity severity)
- Specified by:
setSeverityin interfaceSTS
-
printInfo
public void printInfo(PrintStream out)
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_Int- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-