gov.aps.jca.dbr
Class DBR_STS_Short

java.lang.Object
  extended by gov.aps.jca.dbr.DBR
      extended by gov.aps.jca.dbr.DBR_Short
          extended by 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


Field Summary
protected  Severity _severity
           
protected  Status _status
           
static DBRType TYPE
           
 
Fields inherited from class gov.aps.jca.dbr.DBR
_count, _value
 
Constructor Summary
DBR_STS_Short()
           
DBR_STS_Short(int count)
           
DBR_STS_Short(short[] value)
           
 
Method Summary
 DBR convert(DBRType convertType)
           
 Severity getSeverity()
           
 Status getStatus()
           
 DBRType getType()
           
 void printInfo(java.io.PrintStream out)
           
 void setSeverity(int severity)
           
 void setSeverity(Severity severity)
           
 void setStatus(int status)
           
 void setStatus(Status status)
           
 
Methods inherited from class gov.aps.jca.dbr.DBR_Short
getShortValue
 
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
 

Field Detail

TYPE

public static final DBRType TYPE

_status

protected Status _status

_severity

protected Severity _severity
Constructor Detail

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)
Method Detail

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.