gov.aps.jca.dbr
Class DBR_STS_Short
java.lang.Object
gov.aps.jca.dbr.DBR
gov.aps.jca.dbr.DBR_Short
gov.aps.jca.dbr.DBR_STS_Short
- All Implemented Interfaces:
- SHORT, STS
- Direct Known Subclasses:
- DBR_TIME_Short
public class DBR_STS_Short
- extends DBR_Short
- implements STS
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final DBRType TYPE
_status
protected Status _status
_severity
protected Severity _severity
DBR_STS_Short
public DBR_STS_Short()
DBR_STS_Short
public DBR_STS_Short(int count)
DBR_STS_Short
public DBR_STS_Short(short[] value)
getType
public DBRType getType()
- Overrides:
getType in class DBR_Short
getStatus
public Status getStatus()
- Specified by:
getStatus in interface STS
setStatus
public void setStatus(int status)
- Specified by:
setStatus in interface STS
setStatus
public void setStatus(Status status)
- Specified by:
setStatus in interface STS
getSeverity
public Severity getSeverity()
- Specified by:
getSeverity in interface STS
setSeverity
public void setSeverity(int severity)
- Specified by:
setSeverity in interface STS
setSeverity
public void setSeverity(Severity severity)
- Specified by:
setSeverity in interface STS
printInfo
public void printInfo(java.io.PrintStream out)
- Overrides:
printInfo in class DBR
convert
public DBR convert(DBRType convertType)
throws CAStatusException
- Overrides:
convert in class DBR_Short
- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
Copyright © 2004-2008 Cosylab. All Rights Reserved.