gov.aps.jca.dbr
Class DBR_STS_Double
java.lang.Object
|
+--gov.aps.jca.dbr.DBR
|
+--gov.aps.jca.dbr.DBR_Double
|
+--gov.aps.jca.dbr.DBR_STS_Double
- All Implemented Interfaces:
- DOUBLE, STS
- Direct Known Subclasses:
- DBR_GR_Double, DBR_TIME_Double
- public class DBR_STS_Double
- extends DBR_Double
- implements STS
| 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 |
TYPE
public static final DBRType TYPE
DBR_STS_Double
public DBR_STS_Double()
DBR_STS_Double
public DBR_STS_Double(int count)
DBR_STS_Double
public DBR_STS_Double(double[] value)
getType
public DBRType getType()
- Overrides:
getType in class DBR_Double
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